#5A330A

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

Shades of Baker's Chocolate #5A330A

Tints of Baker's Chocolate #5A330A

Color information

#5A330A (or 0x5A330A) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 33 and 0A. RGB value is (90,51,10). Sum of RGB (Red+Green+Blue) = 90+51+10=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A330A is #A5CCF5. Grayscale: #3A3A3A. Windows color (decimal): -10865910 or 668506. OLE color: 668506.

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

Color convert

RGB905110-
CMYK00.430.890.65
HSL30.75º80%19.61%-
HSV(B)30.75º88.89%35.29%-
XYZ5.464.560.88-
YUV57.99100.92150.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.60%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=59.60%
G=33.77%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90511000.430.890.6530.758019.61
Hex5A33A02B59411f5014
Octal13263120531311013712024
Binary1011010110011101001010111011001100000111111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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