#57360A

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

Shades of Baker's Chocolate #57360A

Tints of Baker's Chocolate #57360A

Color information

#57360A (or 0x57360A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 36 and 0A. RGB value is (87,54,10). Sum of RGB (Red+Green+Blue) = 87+54+10=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57360A is #A8C9F5. Grayscale: #3B3B3B. Windows color (decimal): -11061750 or 669271. OLE color: 669271.

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

Color convert

RGB875410-
CMYK00.380.890.66
HSL34.29º79.38%19.02%-
HSV(B)34.29º88.51%34.12%-
XYZ5.34.690.91-
YUV58.85100.43148.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=57.62%
G=35.76%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87541000.380.890.6634.2979.3819.02
Hex5736A0265942224f13
Octal12766120461311024211723
Binary10101111101101010010011010110011000010100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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