#5A320A

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

Shades of Baker's Chocolate #5A320A

Tints of Baker's Chocolate #5A320A

Color information

#5A320A (or 0x5A320A) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 32 and 0A. RGB value is (90,50,10). Sum of RGB (Red+Green+Blue) = 90+50+10=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A320A is #A5CDF5. Grayscale: #393939. Windows color (decimal): -10866166 or 668250. OLE color: 668250.

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

Color convert

RGB905010-
CMYK00.440.890.65
HSL30º80%19.61%-
HSV(B)30º88.89%35.29%-
XYZ5.414.480.87-
YUV57.4101.25151.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 60%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=60%
G=33.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90501000.440.890.65308019.61
Hex5A32A02C59411e5014
Octal13262120541311013612024
Binary1011010110010101001011001011001100000111110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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