#5A3700

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

Shades of Baker's Chocolate #5A3700

Tints of Baker's Chocolate #5A3700

Color information

#5A3700 (or 0x5A3700) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 37 and 00. RGB value is (90,55,0). Sum of RGB (Red+Green+Blue) = 90+55+0=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3700 is #A5C8FF. Grayscale: #3B3B3B. Windows color (decimal): -10864896 or 14170. OLE color: 14170.

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

Color convert

RGB90550-
CMYK00.3910.65
HSL36.67º100%17.65%-
HSV(B)36.67º100%35.29%-
XYZ5.584.910.65-
YUV59.1994.6149.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 62.07%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.07%
G=37.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9055000.3910.6536.6710017.65
Hex5A3700276441256412
Octal1326700471441014514422
Binary10110101101110010011111001001000001100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,0); }

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

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

 a { background-color: rgb(90,55,0); }

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

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

 span { border-color: rgb(90,55,0); }

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