#57290D

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

Shades of Baker's Chocolate #57290D

Tints of Baker's Chocolate #57290D

Color information

#57290D (or 0x57290D) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 29 and 0D. RGB value is (87,41,13). Sum of RGB (Red+Green+Blue) = 87+41+13=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #57290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57290D is #A8D6F2. Grayscale: #333333. Windows color (decimal): -11065075 or 862551. OLE color: 862551.

HSL color Cylindrical-coordinate representation of color #57290D: hue angle of 22.7º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57290D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB874113-
CMYK00.530.850.66
HSL22.7º74%19.61%-
HSV(B)22.7º85.06%34.12%-
XYZ4.83.640.83-
YUV51.56106.24153.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=61.70%
G=29.08%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87411300.530.850.6622.77419.61
Hex5729D0355542174a14
Octal12751150651251022711224
Binary1010111101001110101101011010101100001010111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57290D; }

 p { color: rgb(87,41,13); }

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

<style>
 a { background-color: #57290D; }

 a { background-color: rgb(87,41,13); }

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

<style>
 span { border-color: #57290D; }

 span { border-color: rgb(87,41,13); }

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