Html Css Color HEX #742805 Baker's Chocolate

📋 copy color: '#742805'

red 116 ◦ green 40 ◦ blue 5

#742805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #742805

Tints of Baker's Chocolate #742805

RGB

 RED value IS 116 (45.7% from 255) = 72.05%

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 72.05%
G = 24.84%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#742805 (or 0x742805) is known color: Baker's Chocolate. HEX triplet: 74, 28 and 05. RGB value is (116,40,5). Sum of RGB (Red+Green+Blue) = 116+40+5=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #742805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742805 is #8BD7FA. Grayscale: #3A3A3A. Windows color (decimal): -9164795 or 338036. OLE color: 338036.

HSL color Cylindrical-coordinate representation of color #742805: hue angle of 18.92º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #742805 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 5 -
CMYK 0 0.66 0.96 0.55
HSL 18.92º 0.92% 0.24% -
HSV(B) 18.92º 0.96% 0.45% -
XYZ 7.99 5.24 0.73 -
YUV 58.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 116 40 5 0 0.66 0.96 0.55 18.92 0.92 0.24
Hex 74 28 5 0 42 60 37 13 5C 18
Octal 164 50 5 0 102 140 67 23 134 30
Binary 1110100 101000 101 0 1000010 1100000 110111 10011 1011100 11000

Color Harmonies of #742805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742805

Black with #742805

Text Example


Text Example

White with #742805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742805; }

 p { color: rgb(116,40,5); }

 H1.HeaderClassName
 {
   color: #742805;
 }
 .AnyTagClassName
 {
   color: #742805;
 }
</style>

background-color css

<style>
 a { background-color: #742805; }

 a { background-color: rgb(116,40,5); }

 div.DivClassName
 {
   background-color: #742805;
 }
 .BgClassName
 {
   background-color: #742805;
 }
</style>

border-color css

<style>
 span { border-color: #742805; }

 span { border-color: rgb(116,40,5); }

 td.TdClassName
 {
   border-color: #742805;
 }
 .TagClassName
 {
   border-color: #742805;
 }
</style>