#5A3509

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

Shades of Baker's Chocolate #5A3509

Tints of Baker's Chocolate #5A3509

Color information

#5A3509 (or 0x5A3509) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 35 and 09. RGB value is (90,53,9). Sum of RGB (Red+Green+Blue) = 90+53+9=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3509 is #A5CAF6. Grayscale: #3B3B3B. Windows color (decimal): -10865399 or 603482. OLE color: 603482.

HSL color Cylindrical-coordinate representation of color #5A3509: hue angle of 32.59º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A3509 is Cyan = 0, Magento = 0.41, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB90539-
CMYK00.410.90.65
HSL32.59º81.82%19.41%-
HSV(B)32.59º90%35.29%-
XYZ5.544.740.88-
YUV59.0599.76150.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.21%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=59.21%
G=34.87%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9053900.410.90.6532.5981.8219.41
Hex5A3590295A41215213
Octal13265110511321014112223
Binary10110101101011001010100110110101000001100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,53,9); }

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

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

 a { background-color: rgb(90,53,9); }

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

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

 span { border-color: rgb(90,53,9); }

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