#57230F

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

Shades of Baker's Chocolate #57230F

Tints of Baker's Chocolate #57230F

Color information

#57230F (or 0x57230F) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 23 and 0F. RGB value is (87,35,15). Sum of RGB (Red+Green+Blue) = 87+35+15=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57230F is #A8DCF0. Grayscale: #303030. Windows color (decimal): -11066609 or 992087. OLE color: 992087.

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

Color convert

RGB873515-
CMYK00.600.830.66
HSL16.67º70.59%20%-
HSV(B)16.67º82.76%34.12%-
XYZ4.623.260.84-
YUV48.27109.23155.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=63.50%
G=25.55%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87351500.600.830.6616.6770.5920
Hex5723F03C5342114714
Octal12743170741231022110724
Binary1010111100011111101111001010011100001010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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