Html Css Color HEX #712D08 Baker's Chocolate

📋 copy color: '#712D08'

red 113 ◦ green 45 ◦ blue 8

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

Shades of Baker's Chocolate #712D08

Tints of Baker's Chocolate #712D08

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

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

R = 68.07%
G = 27.11%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712D08 (or 0x712D08) is known color: Baker's Chocolate. HEX triplet: 71, 2D and 08. RGB value is (113,45,8). Sum of RGB (Red+Green+Blue) = 113+45+8=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D08 is #8ED2F7. Grayscale: #3D3D3D. Windows color (decimal): -9360120 or 535921. OLE color: 535921.

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

Color convert

RGB 113 45 8 -
CMYK 0 0.60 0.93 0.56
HSL 21.14º 0.87% 0.24% -
HSV(B) 21.14º 0.93% 0.44% -
XYZ 7.79 5.41 0.86 -
YUV 61.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 113 45 8 0 0.60 0.93 0.56 21.14 0.87 0.24
Hex 71 2D 8 0 3C 5D 38 15 57 18
Octal 161 55 10 0 74 135 70 25 127 30
Binary 1110001 101101 1000 0 111100 1011101 111000 10101 1010111 11000

Color Harmonies of #712D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D08

Black with #712D08

Text Example


Text Example

White with #712D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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