#5A3C01

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

Shades of Baker's Chocolate #5A3C01

Tints of Baker's Chocolate #5A3C01

Color information

#5A3C01 (or 0x5A3C01) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 3C and 01. RGB value is (90,60,1). Sum of RGB (Red+Green+Blue) = 90+60+1=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3C01 is #A5C3FE. Grayscale: #3E3E3E. Windows color (decimal): -10863615 or 80986. OLE color: 80986.

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

Color convert

RGB90601-
CMYK00.330.990.65
HSL39.78º97.8%17.84%-
HSV(B)39.78º98.89%35.29%-
XYZ5.845.410.76-
YUV62.2493.44147.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.60%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=59.60%
G=39.74%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9060100.330.990.6539.7897.817.84
Hex5A3C10216341286212
Octal1327410411431015014222
Binary10110101111001010000111000111000001101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,1); }

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

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

 a { background-color: rgb(90,60,1); }

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

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

 span { border-color: rgb(90,60,1); }

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