#712808

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

Shades of Baker's Chocolate #712808

Tints of Baker's Chocolate #712808

Color information

#712808 (or 0x712808) is unknown color: approx 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

RGB113408-
CMYK00.650.930.56
HSL18.29º86.78%23.73%-
HSV(B)18.29º92.92%44.31%-
XYZ7.615.050.8-
YUV58.1899.68167.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11340800.650.930.5618.2986.7823.73
Hex712880415D38125718
Octal16150100101135702212730
Binary1110001101000100001000001101110111100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>