#5A3C0D

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

Shades of Baker's Chocolate #5A3C0D

Tints of Baker's Chocolate #5A3C0D

Color information

#5A3C0D (or 0x5A3C0D) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 3C and 0D. RGB value is (90,60,13). Sum of RGB (Red+Green+Blue) = 90+60+13=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3C0D is #A5C3F2. Grayscale: #3F3F3F. Windows color (decimal): -10863603 or 867418. OLE color: 867418.

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

Color convert

RGB906013-
CMYK00.330.860.65
HSL36.62º74.76%20.2%-
HSV(B)36.62º85.56%35.29%-
XYZ5.95.431.12-
YUV63.6199.44146.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=55.21%
G=36.81%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90601300.330.860.6536.6274.7620.2
Hex5A3CD0215641254b14
Octal13274150411261014511324
Binary10110101111001101010000110101101000001100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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