#5E331F

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

Shades of Baker's Chocolate #5E331F

Tints of Baker's Chocolate #5E331F

Color information

#5E331F (or 0x5E331F) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 33 and 1F. RGB value is (94,51,31). Sum of RGB (Red+Green+Blue) = 94+51+31=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E331F is #A1CCE0. Grayscale: #3D3D3D. Windows color (decimal): -10603745 or 2044766. OLE color: 2044766.

HSL color Cylindrical-coordinate representation of color #5E331F: hue angle of 19.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E331F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB945131-
CMYK00.460.670.63
HSL19.05º50.4%24.51%-
HSV(B)19.05º67.02%36.86%-
XYZ6.054.851.91-
YUV61.58110.75151.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.41%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=53.41%
G=28.98%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94513100.460.670.6319.0550.424.51
Hex5E331F02E433F133219
Octal136633705610377236231
Binary101111011001111111010111010000111111111001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,31); }

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

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

 a { background-color: rgb(94,51,31); }

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

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

 span { border-color: rgb(94,51,31); }

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