#5A3404

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

Shades of Baker's Chocolate #5A3404

Tints of Baker's Chocolate #5A3404

Color information

#5A3404 (or 0x5A3404) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 34 and 04. RGB value is (90,52,4). Sum of RGB (Red+Green+Blue) = 90+52+4=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3404 is #A5CBFB. Grayscale: #3A3A3A. Windows color (decimal): -10865660 or 275546. OLE color: 275546.

HSL color Cylindrical-coordinate representation of color #5A3404: hue angle of 33.49º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A3404 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB90524-
CMYK00.420.960.65
HSL33.49º91.49%18.43%-
HSV(B)33.49º95.56%35.29%-
XYZ5.474.640.72-
YUV57.8997.59150.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.64%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=61.64%
G=35.62%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9052400.420.960.6533.4991.4918.43
Hex5A34402A6041215b12
Octal1326440521401014113322
Binary1011010110100100010101011000001000001100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A3404; }

 p { color: rgb(90,52,4); }

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

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

 a { background-color: rgb(90,52,4); }

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

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

 span { border-color: rgb(90,52,4); }

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