Html Css Color HEX #712608 Baker's Chocolate

📋 copy color: '#712608'

red 113 ◦ green 38 ◦ blue 8

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

Shades of Baker's Chocolate #712608

Tints of Baker's Chocolate #712608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

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

R = 71.07%
G = 23.9%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712608 (or 0x712608) is known color: Baker's Chocolate. HEX triplet: 71, 26 and 08. RGB value is (113,38,8). Sum of RGB (Red+Green+Blue) = 113+38+8=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712608 is #8ED9F7. Grayscale: #393939. Windows color (decimal): -9361912 or 534129. OLE color: 534129.

HSL color Cylindrical-coordinate representation of color #712608: hue angle of 17.14º 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 #712608 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 8 -
CMYK 0 0.66 0.93 0.56
HSL 17.14º 0.87% 0.24% -
HSV(B) 17.14º 0.93% 0.44% -
XYZ 7.55 4.91 0.78 -
YUV 57.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 113 38 8 0 0.66 0.93 0.56 17.14 0.87 0.24
Hex 71 26 8 0 42 5D 38 11 57 18
Octal 161 46 10 0 102 135 70 21 127 30
Binary 1110001 100110 1000 0 1000010 1011101 111000 10001 1010111 11000

Color Harmonies of #712608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712608

Black with #712608

Text Example


Text Example

White with #712608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712608; }

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

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

background-color css

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

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

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

border-color css

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

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

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