#5E4432

Color #5E4432 Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #5E4432

Tints of Brown Derby #5E4432

Color information

#5E4432 (or 0x5E4432) is unknown color: approx Brown Derby. HEX triplet: 5E, 44 and 32. RGB value is (94,68,50). Sum of RGB (Red+Green+Blue) = 94+68+50=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4432 is #A1BBCD. Grayscale: #494949. Windows color (decimal): -10599374 or 3294302. OLE color: 3294302.

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

Color convert

RGB946850-
CMYK00.280.470.63
HSL24.55º30.56%28.24%-
HSV(B)24.55º46.81%36.86%-
XYZ7.266.743.94-
YUV73.72114.61142.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.34%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=44.34%
G=32.08%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94685000.280.470.6324.5530.5628.24
Hex5E443201C2F3F191f1c
Octal136104620345777313734
Binary10111101000100110010011100101111111111110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,68,50); }

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

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

 a { background-color: rgb(94,68,50); }

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

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

 span { border-color: rgb(94,68,50); }

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