#5A380E

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

Shades of Baker's Chocolate #5A380E

Tints of Baker's Chocolate #5A380E

Color information

#5A380E (or 0x5A380E) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 38 and 0E. RGB value is (90,56,14). Sum of RGB (Red+Green+Blue) = 90+56+14=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A380E is #A5C7F1. Grayscale: #3D3D3D. Windows color (decimal): -10864626 or 931930. OLE color: 931930.

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

Color convert

RGB905614-
CMYK00.380.840.65
HSL33.16º73.08%20.39%-
HSV(B)33.16º84.44%35.29%-
XYZ5.715.031.09-
YUV61.38101.26148.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.25%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=56.25%
G=35%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90561400.380.840.6533.1673.0820.39
Hex5A38E0265441214914
Octal13270160461241014111124
Binary10110101110001110010011010101001000001100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,56,14); }

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

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

 a { background-color: rgb(90,56,14); }

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

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

 span { border-color: rgb(90,56,14); }

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