#5A1A01

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

Shades of Baker's Chocolate #5A1A01

Tints of Baker's Chocolate #5A1A01

Color information

#5A1A01 (or 0x5A1A01) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 1A and 01. RGB value is (90,26,1). Sum of RGB (Red+Green+Blue) = 90+26+1=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1A01 is #A5E5FE. Grayscale: #2A2A2A. Windows color (decimal): -10872319 or 72282. OLE color: 72282.

HSL color Cylindrical-coordinate representation of color #5A1A01: hue angle of 16.85º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A1A01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB90261-
CMYK00.710.990.65
HSL16.85º97.8%17.84%-
HSV(B)16.85º98.89%35.29%-
XYZ4.592.910.35-
YUV42.29104.7162.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 76.92%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=76.92%
G=22.22%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9026100.710.990.6516.8597.817.84
Hex5A1A10476341116212
Octal13232101071431012114222
Binary1011010110101010001111100011100000110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,26,1); }

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

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

 a { background-color: rgb(90,26,1); }

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

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

 span { border-color: rgb(90,26,1); }

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