#573508

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

Shades of Baker's Chocolate #573508

Tints of Baker's Chocolate #573508

Color information

#573508 (or 0x573508) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 35 and 08. RGB value is (87,53,8). Sum of RGB (Red+Green+Blue) = 87+53+8=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #573508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573508 is #A8CAF7. Grayscale: #3A3A3A. Windows color (decimal): -11062008 or 537943. OLE color: 537943.

HSL color Cylindrical-coordinate representation of color #573508: hue angle of 34.18º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #573508 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87538-
CMYK00.390.910.66
HSL34.18º83.16%18.63%-
HSV(B)34.18º90.8%34.12%-
XYZ5.254.590.84-
YUV58.0499.76148.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=58.78%
G=35.81%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753800.390.910.6634.1883.1618.63
Hex573580275B42225313
Octal12765100471331024212323
Binary10101111101011000010011110110111000010100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573508; }

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

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

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

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

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

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

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

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