#5E2800

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

Shades of Baker's Chocolate #5E2800

Tints of Baker's Chocolate #5E2800

Color information

#5E2800 (or 0x5E2800) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 28 and 00. RGB value is (94,40,0). Sum of RGB (Red+Green+Blue) = 94+40+0=134 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.15% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2800 is #A1D7FF. Grayscale: #333333. Windows color (decimal): -10606592 or 10334. OLE color: 10334.

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

Color convert

RGB94400-
CMYK00.5710.63
HSL25.53º100%18.43%-
HSV(B)25.53º100%36.86%-
XYZ5.373.90.47-
YUV51.5998.89158.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 70.15%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.15%
G=29.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9440000.5710.6325.5310018.43
Hex5E280039643F1a6412
Octal136500071144773214422
Binary101111010100000111001110010011111111010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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