#5A3217

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

Shades of Baker's Chocolate #5A3217

Tints of Baker's Chocolate #5A3217

Color information

#5A3217 (or 0x5A3217) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 32 and 17. RGB value is (90,50,23). Sum of RGB (Red+Green+Blue) = 90+50+23=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3217 is #A5CDE8. Grayscale: #3B3B3B. Windows color (decimal): -10866153 or 1520218. OLE color: 1520218.

HSL color Cylindrical-coordinate representation of color #5A3217: hue angle of 24.18º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A3217 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB905023-
CMYK00.440.740.65
HSL24.18º59.29%22.16%-
HSV(B)24.18º74.44%35.29%-
XYZ5.514.521.39-
YUV58.88107.75150.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=55.21%
G=30.67%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90502300.440.740.6524.1859.2922.16
Hex5A321702C4A41183b16
Octal1326227054112101307326
Binary1011010110010101110101100100101010000011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,50,23); }

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

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

 a { background-color: rgb(90,50,23); }

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

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

 span { border-color: rgb(90,50,23); }

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