#5E3409

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

Shades of Baker's Chocolate #5E3409

Tints of Baker's Chocolate #5E3409

Color information

#5E3409 (or 0x5E3409) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 34 and 09. RGB value is (94,52,9). Sum of RGB (Red+Green+Blue) = 94+52+9=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3409 is #A1CBF6. Grayscale: #3B3B3B. Windows color (decimal): -10603511 or 603230. OLE color: 603230.

HSL color Cylindrical-coordinate representation of color #5E3409: hue angle of 30.35º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E3409 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB94529-
CMYK00.450.900.63
HSL30.35º82.52%20.2%-
HSV(B)30.35º90.43%36.86%-
XYZ5.894.860.89-
YUV59.6699.41152.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.65%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=60.65%
G=33.55%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9452900.450.900.6330.3582.5220.2
Hex5E34902D5A3F1e5314
Octal1366411055132773612324
Binary101111011010010010101101101101011111111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,9); }

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

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

 a { background-color: rgb(94,52,9); }

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

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

 span { border-color: rgb(94,52,9); }

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