#5E2200

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

Shades of Baker's Chocolate #5E2200

Tints of Baker's Chocolate #5E2200

Color information

#5E2200 (or 0x5E2200) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 22 and 00. RGB value is (94,34,0). Sum of RGB (Red+Green+Blue) = 94+34+0=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2200 is #A1DDFF. Grayscale: #303030. Windows color (decimal): -10608128 or 8798. OLE color: 8798.

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

Color convert

RGB94340-
CMYK00.6410.63
HSL21.7º100%18.43%-
HSV(B)21.7º100%36.86%-
XYZ5.193.520.41-
YUV48.06100.88160.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 73.44%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.44%
G=26.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9434000.6410.6321.710018.43
Hex5E220040643F166412
Octal1364200100144772614422
Binary1011110100010001000000110010011111110110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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