#5A3003

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

Shades of Baker's Chocolate #5A3003

Tints of Baker's Chocolate #5A3003

Color information

#5A3003 (or 0x5A3003) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 30 and 03. RGB value is (90,48,3). Sum of RGB (Red+Green+Blue) = 90+48+3=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3003 is #A5CFFC. Grayscale: #373737. Windows color (decimal): -10866685 or 208986. OLE color: 208986.

HSL color Cylindrical-coordinate representation of color #5A3003: hue angle of 31.03º 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 #5A3003 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB90483-
CMYK00.470.970.65
HSL31.03º93.55%18.24%-
HSV(B)31.03º96.67%35.29%-
XYZ5.294.290.64-
YUV55.4398.41152.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 63.83%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=63.83%
G=34.04%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9048300.470.970.6531.0393.5518.24
Hex5A30302F61411f5e12
Octal1326030571411013713622
Binary10110101100001101011111100001100000111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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