Html Css Color HEX #712408 Baker's Chocolate

📋 copy color: '#712408'

red 113 ◦ green 36 ◦ blue 8

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

Shades of Baker's Chocolate #712408

Tints of Baker's Chocolate #712408

RGB

 RED value IS 113 (44.53% from 255) = 71.97%

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 71.97%
G = 22.93%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712408 (or 0x712408) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 08. RGB value is (113,36,8). Sum of RGB (Red+Green+Blue) = 113+36+8=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #712408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712408 is #8EDBF7. Grayscale: #383838. Windows color (decimal): -9362424 or 533617. OLE color: 533617.

HSL color Cylindrical-coordinate representation of color #712408: hue angle of 16º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #712408 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 8 -
CMYK 0 0.68 0.93 0.56
HSL 16º 0.87% 0.24% -
HSV(B) 16º 0.93% 0.44% -
XYZ 7.48 4.79 0.76 -
YUV 55.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 113 36 8 0 0.68 0.93 0.56 16 0.87 0.24
Hex 71 24 8 0 44 5D 38 10 57 18
Octal 161 44 10 0 104 135 70 20 127 30
Binary 1110001 100100 1000 0 1000100 1011101 111000 10000 1010111 11000

Color Harmonies of #712408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712408

Black with #712408

Text Example


Text Example

White with #712408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712408; }

 p { color: rgb(113,36,8); }

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

background-color css

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

 a { background-color: rgb(113,36,8); }

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

border-color css

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

 span { border-color: rgb(113,36,8); }

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