#712304

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

Shades of Baker's Chocolate #712304

Tints of Baker's Chocolate #712304

Color information

#712304 (or 0x712304) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 23 and 04. RGB value is (113,35,4). Sum of RGB (Red+Green+Blue) = 113+35+4=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #712304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712304 is #8EDCFB. Grayscale: #363636. Windows color (decimal): -9362684 or 271217. OLE color: 271217.

HSL color Cylindrical-coordinate representation of color #712304: hue angle of 17.06º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #712304 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB113354-
CMYK00.690.960.56
HSL17.06º93.16%22.94%-
HSV(B)17.06º96.46%44.31%-
XYZ7.434.720.63-
YUV54.7999.34169.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.34%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=74.34%
G=23.03%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11335400.690.960.5617.0693.1622.94
Hex712340456038115d17
Octal1614340105140702113527
Binary111000110001110001000101110000011100010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712304; }

 p { color: rgb(113,35,4); }

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

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

 a { background-color: rgb(113,35,4); }

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

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

 span { border-color: rgb(113,35,4); }

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