Html Css Color HEX #712808 Baker's Chocolate

📋 copy color: '#712808'

red 113 ◦ green 40 ◦ blue 8

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

Shades of Baker's Chocolate #712808

Tints of Baker's Chocolate #712808

RGB

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

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

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

R = 70.19%
G = 24.84%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712808 (or 0x712808) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 08. RGB value is (113,40,8). Sum of RGB (Red+Green+Blue) = 113+40+8=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #712808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712808 is #8ED7F7. Grayscale: #3A3A3A. Windows color (decimal): -9361400 or 534641. OLE color: 534641.

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

Color convert

RGB 113 40 8 -
CMYK 0 0.65 0.93 0.56
HSL 18.29º 0.87% 0.24% -
HSV(B) 18.29º 0.93% 0.44% -
XYZ 7.61 5.05 0.8 -
YUV 58.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 113 40 8 0 0.65 0.93 0.56 18.29 0.87 0.24
Hex 71 28 8 0 41 5D 38 12 57 18
Octal 161 50 10 0 101 135 70 22 127 30
Binary 1110001 101000 1000 0 1000001 1011101 111000 10010 1010111 11000

Color Harmonies of #712808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712808

Black with #712808

Text Example


Text Example

White with #712808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712808; }

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

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

background-color css

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

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

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

border-color css

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

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

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