#57340A

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

Shades of Baker's Chocolate #57340A

Tints of Baker's Chocolate #57340A

Color information

#57340A (or 0x57340A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 0A. RGB value is (87,52,10). Sum of RGB (Red+Green+Blue) = 87+52+10=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57340A is #A8CBF5. Grayscale: #393939. Windows color (decimal): -11062262 or 668759. OLE color: 668759.

HSL color Cylindrical-coordinate representation of color #57340A: hue angle of 32.73º 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 #57340A is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB875210-
CMYK00.400.890.66
HSL32.73º79.38%19.02%-
HSV(B)32.73º88.51%34.12%-
XYZ5.214.50.88-
YUV57.68101.1148.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=58.39%
G=34.90%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87521000.400.890.6632.7379.3819.02
Hex5734A0285942214f13
Octal12764120501311024111723
Binary10101111101001010010100010110011000010100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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