#5E2805

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

Shades of Baker's Chocolate #5E2805

Tints of Baker's Chocolate #5E2805

Color information

#5E2805 (or 0x5E2805) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 28 and 05. RGB value is (94,40,5). Sum of RGB (Red+Green+Blue) = 94+40+5=139 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.63% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2805 is #A1D7FA. Grayscale: #343434. Windows color (decimal): -10606587 or 338014. OLE color: 338014.

HSL color Cylindrical-coordinate representation of color #5E2805: hue angle of 23.6º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E2805 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB94405-
CMYK00.570.950.63
HSL23.6º89.9%19.41%-
HSV(B)23.6º94.68%36.86%-
XYZ5.43.910.61-
YUV52.16101.39157.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 67.63%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=67.63%
G=28.78%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9440500.570.950.6323.689.919.41
Hex5E2850395F3F185a13
Octal136505071137773013223
Binary10111101010001010111001101111111111111000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,5); }

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

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

 a { background-color: rgb(94,40,5); }

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

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

 span { border-color: rgb(94,40,5); }

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