#5A3E03

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

Shades of Baker's Chocolate #5A3E03

Tints of Baker's Chocolate #5A3E03

Color information

#5A3E03 (or 0x5A3E03) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 3E and 03. RGB value is (90,62,3). Sum of RGB (Red+Green+Blue) = 90+62+3=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3E03 is #A5C1FC. Grayscale: #3F3F3F. Windows color (decimal): -10863101 or 212570. OLE color: 212570.

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

Color convert

RGB90623-
CMYK00.310.970.65
HSL40.69º93.55%18.24%-
HSV(B)40.69º96.67%35.29%-
XYZ5.965.630.86-
YUV63.6593.78146.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=58.06%
G=40%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9062300.310.970.6540.6993.5518.24
Hex5A3E301F6141295e12
Octal1327630371411015113622
Binary10110101111101101111111000011000001101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,3); }

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

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

 a { background-color: rgb(90,62,3); }

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

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

 span { border-color: rgb(90,62,3); }

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