#5E301E

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

Shades of Baker's Chocolate #5E301E

Tints of Baker's Chocolate #5E301E

Color information

#5E301E (or 0x5E301E) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 30 and 1E. RGB value is (94,48,30). Sum of RGB (Red+Green+Blue) = 94+48+30=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E301E is #A1CFE1. Grayscale: #3B3B3B. Windows color (decimal): -10604514 or 1978462. OLE color: 1978462.

HSL color Cylindrical-coordinate representation of color #5E301E: hue angle of 16.88º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E301E is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB944830-
CMYK00.490.680.63
HSL16.88º51.61%24.31%-
HSV(B)16.88º68.09%36.86%-
XYZ5.914.591.8-
YUV59.7111.24152.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=54.65%
G=27.91%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94483000.490.680.6316.8851.6124.31
Hex5E301E031443F113418
Octal136603606110477216430
Binary101111011000011110011000110001001111111000111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,48,30); }

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

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

 a { background-color: rgb(94,48,30); }

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

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

 span { border-color: rgb(94,48,30); }

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