#57350F

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

Shades of Baker's Chocolate #57350F

Tints of Baker's Chocolate #57350F

Color information

#57350F (or 0x57350F) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 35 and 0F. RGB value is (87,53,15). Sum of RGB (Red+Green+Blue) = 87+53+15=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57350F is #A8CAF0. Grayscale: #3B3B3B. Windows color (decimal): -11062001 or 996695. OLE color: 996695.

HSL color Cylindrical-coordinate representation of color #57350F: hue angle of 31.67º 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 #57350F is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB875315-
CMYK00.390.830.66
HSL31.67º70.59%20%-
HSV(B)31.67º82.76%34.12%-
XYZ5.294.611.06-
YUV58.83103.26148.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=56.13%
G=34.19%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87531500.390.830.6631.6770.5920
Hex5735F0275342204714
Octal12765170471231024010724
Binary10101111101011111010011110100111000010100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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