#5E351E

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

Shades of Baker's Chocolate #5E351E

Tints of Baker's Chocolate #5E351E

Color information

#5E351E (or 0x5E351E) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 35 and 1E. RGB value is (94,53,30). Sum of RGB (Red+Green+Blue) = 94+53+30=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E351E is #A1CAE1. Grayscale: #3E3E3E. Windows color (decimal): -10603234 or 1979742. OLE color: 1979742.

HSL color Cylindrical-coordinate representation of color #5E351E: hue angle of 21.56º 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 #5E351E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB945330-
CMYK00.440.680.63
HSL21.56º51.61%24.31%-
HSV(B)21.56º68.09%36.86%-
XYZ6.125.021.87-
YUV62.64109.58150.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.11%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=53.11%
G=29.94%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94533000.440.680.6321.5651.6124.31
Hex5E351E02C443F163418
Octal136653605410477266430
Binary101111011010111110010110010001001111111011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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