#5A2505

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

Shades of Baker's Chocolate #5A2505

Tints of Baker's Chocolate #5A2505

Color information

#5A2505 (or 0x5A2505) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 25 and 05. RGB value is (90,37,5). Sum of RGB (Red+Green+Blue) = 90+37+5=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2505 is #A5DAFA. Grayscale: #313131. Windows color (decimal): -10869499 or 337242. OLE color: 337242.

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

Color convert

RGB90375-
CMYK00.590.940.65
HSL22.59º89.47%18.63%-
HSV(B)22.59º94.44%35.29%-
XYZ4.913.510.56-
YUV49.2103.06157.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 68.18%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=68.18%
G=28.03%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9037500.590.940.6522.5989.4718.63
Hex5A25503B5E41175913
Octal1324550731361012713123
Binary101101010010110101110111011110100000110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,5); }

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

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

 a { background-color: rgb(90,37,5); }

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

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

 span { border-color: rgb(90,37,5); }

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