#5A3E0A

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

Shades of Baker's Chocolate #5A3E0A

Tints of Baker's Chocolate #5A3E0A

Color information

#5A3E0A (or 0x5A3E0A) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 3E and 0A. RGB value is (90,62,10). Sum of RGB (Red+Green+Blue) = 90+62+10=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3E0A is #A5C1F5. Grayscale: #404040. Windows color (decimal): -10863094 or 671322. OLE color: 671322.

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

Color convert

RGB906210-
CMYK00.310.890.65
HSL39º80%19.61%-
HSV(B)39º88.89%35.29%-
XYZ5.995.641.06-
YUV64.4497.28146.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=55.56%
G=38.27%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90621000.310.890.65398019.61
Hex5A3EA01F5941275014
Octal13276120371311014712024
Binary1011010111110101001111110110011000001100111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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