#57360F

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

Shades of Baker's Chocolate #57360F

Tints of Baker's Chocolate #57360F

Color information

#57360F (or 0x57360F) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 36 and 0F. RGB value is (87,54,15). Sum of RGB (Red+Green+Blue) = 87+54+15=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57360F is #A8C9F0. Grayscale: #3B3B3B. Windows color (decimal): -11061745 or 996951. OLE color: 996951.

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

Color convert

RGB875415-
CMYK00.380.830.66
HSL32.5º70.59%20%-
HSV(B)32.5º82.76%34.12%-
XYZ5.344.71.08-
YUV59.42102.93147.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=55.77%
G=34.62%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87541500.380.830.6632.570.5920
Hex5736F0265342204714
Octal12766170461231024010724
Binary10101111101101111010011010100111000010100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57360F; }

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

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

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

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

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

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

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

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