#5A3503

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

Shades of Baker's Chocolate #5A3503

Tints of Baker's Chocolate #5A3503

Color information

#5A3503 (or 0x5A3503) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 35 and 03. RGB value is (90,53,3). Sum of RGB (Red+Green+Blue) = 90+53+3=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3503 is #A5CAFC. Grayscale: #3A3A3A. Windows color (decimal): -10865405 or 210266. OLE color: 210266.

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

Color convert

RGB90533-
CMYK00.410.970.65
HSL34.48º93.55%18.24%-
HSV(B)34.48º96.67%35.29%-
XYZ5.514.730.71-
YUV58.3696.76150.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.64%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=61.64%
G=36.30%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9053300.410.970.6534.4893.5518.24
Hex5A3530296141225e12
Octal1326530511411014213622
Binary101101011010111010100111000011000001100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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