#57300E

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

Shades of Baker's Chocolate #57300E

Tints of Baker's Chocolate #57300E

Color information

#57300E (or 0x57300E) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 0E. RGB value is (87,48,14). Sum of RGB (Red+Green+Blue) = 87+48+14=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57300E is #A8CFF1. Grayscale: #373737. Windows color (decimal): -11063282 or 929879. OLE color: 929879.

HSL color Cylindrical-coordinate representation of color #57300E: hue angle of 27.95º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57300E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB874814-
CMYK00.450.840.66
HSL27.95º72.28%19.8%-
HSV(B)27.95º83.91%34.12%-
XYZ5.074.170.95-
YUV55.78104.42150.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=58.39%
G=32.21%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87481400.450.840.6627.9572.2819.8
Hex5730E02D54421c4814
Octal12760160551241023411024
Binary1010111110000111001011011010100100001011100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57300E; }

 p { color: rgb(87,48,14); }

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

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

 a { background-color: rgb(87,48,14); }

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

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

 span { border-color: rgb(87,48,14); }

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