#5A3411

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

Shades of Baker's Chocolate #5A3411

Tints of Baker's Chocolate #5A3411

Color information

#5A3411 (or 0x5A3411) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 34 and 11. RGB value is (90,52,17). Sum of RGB (Red+Green+Blue) = 90+52+17=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3411 is #A5CBEE. Grayscale: #3B3B3B. Windows color (decimal): -10865647 or 1127514. OLE color: 1127514.

HSL color Cylindrical-coordinate representation of color #5A3411: hue angle of 28.77º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A3411 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB905217-
CMYK00.420.810.65
HSL28.77º68.22%20.98%-
HSV(B)28.77º81.11%35.29%-
XYZ5.554.671.14-
YUV59.37104.09149.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.60%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=56.60%
G=32.70%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90521700.420.810.6528.7768.2220.98
Hex5A341102A51411d4415
Octal13264210521211013510425
Binary10110101101001000101010101010001100000111101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,17); }

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

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

 a { background-color: rgb(90,52,17); }

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

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

 span { border-color: rgb(90,52,17); }

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