#5A350D

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

Shades of Baker's Chocolate #5A350D

Tints of Baker's Chocolate #5A350D

Color information

#5A350D (or 0x5A350D) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 35 and 0D. RGB value is (90,53,13). Sum of RGB (Red+Green+Blue) = 90+53+13=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A350D is #A5CAF2. Grayscale: #3B3B3B. Windows color (decimal): -10865395 or 865626. OLE color: 865626.

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

Color convert

RGB905313-
CMYK00.410.860.65
HSL31.17º74.76%20.2%-
HSV(B)31.17º85.56%35.29%-
XYZ5.564.751-
YUV59.5101.76149.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=57.69%
G=33.97%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90531300.410.860.6531.1774.7620.2
Hex5A35D02956411f4b14
Octal13265150511261013711324
Binary1011010110101110101010011010110100000111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,53,13); }

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

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

 a { background-color: rgb(90,53,13); }

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

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

 span { border-color: rgb(90,53,13); }

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