#573612

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

Shades of Baker's Chocolate #573612

Tints of Baker's Chocolate #573612

Color information

#573612 (or 0x573612) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 36 and 12. RGB value is (87,54,18). Sum of RGB (Red+Green+Blue) = 87+54+18=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573612 is #A8C9ED. Grayscale: #3B3B3B. Windows color (decimal): -11061742 or 1193559. OLE color: 1193559.

HSL color Cylindrical-coordinate representation of color #573612: hue angle of 31.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #573612 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB875418-
CMYK00.380.790.66
HSL31.3º65.71%20.59%-
HSV(B)31.3º79.31%34.12%-
XYZ5.364.711.2-
YUV59.76104.43147.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=54.72%
G=33.96%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87541800.380.790.6631.365.7120.59
Hex5736120264F421f4215
Octal12766220461171023710225
Binary10101111101101001001001101001111100001011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573612; }

 p { color: rgb(87,54,18); }

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

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

 a { background-color: rgb(87,54,18); }

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

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

 span { border-color: rgb(87,54,18); }

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