#573614

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

Shades of Baker's Chocolate #573614

Tints of Baker's Chocolate #573614

Color information

#573614 (or 0x573614) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 36 and 14. RGB value is (87,54,20). Sum of RGB (Red+Green+Blue) = 87+54+20=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #573614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573614 is #A8C9EB. Grayscale: #3C3C3C. Windows color (decimal): -11061740 or 1324631. OLE color: 1324631.

HSL color Cylindrical-coordinate representation of color #573614: hue angle of 30.45º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #573614 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB875420-
CMYK00.380.770.66
HSL30.45º62.62%20.98%-
HSV(B)30.45º77.01%34.12%-
XYZ5.384.721.29-
YUV59.99105.43147.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=54.04%
G=33.54%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87542000.380.770.6630.4562.6220.98
Hex5736140264D421e3f15
Octal1276624046115102367725
Binary1010111110110101000100110100110110000101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573614; }

 p { color: rgb(87,54,20); }

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

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

 a { background-color: rgb(87,54,20); }

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

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

 span { border-color: rgb(87,54,20); }

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