#712E08

Color #712E08 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #712E08

Tints of Baker's Chocolate #712E08

Color information

#712E08 (or 0x712E08) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2E and 08. RGB value is (113,46,8). Sum of RGB (Red+Green+Blue) = 113+46+8=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E08 is #8ED1F7. Grayscale: #3D3D3D. Windows color (decimal): -9359864 or 536177. OLE color: 536177.

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

Color convert

RGB113468-
CMYK00.590.930.56
HSL21.71º86.78%23.73%-
HSV(B)21.71º92.92%44.31%-
XYZ7.835.480.88-
YUV61.797.7164.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=67.66%
G=27.54%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11346800.590.930.5621.7186.7823.73
Hex712E803B5D38165718
Octal1615610073135702612730
Binary111000110111010000111011101110111100010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #712E08;
 }
 .AnyTagClassName
 {
   color: #712E08;
 }
</style>
background-color css

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

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

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

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

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

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