#5C4938

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

Shades of Brown Derby #5C4938

Tints of Brown Derby #5C4938

Color information

#5C4938 (or 0x5C4938) is unknown color: approx Brown Derby. HEX triplet: 5C, 49 and 38. RGB value is (92,73,56). Sum of RGB (Red+Green+Blue) = 92+73+56=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4938 is #A3B6C7. Grayscale: #4C4C4C. Windows color (decimal): -10729160 or 3688796. OLE color: 3688796.

HSL color Cylindrical-coordinate representation of color #5C4938: hue angle of 28.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C4938 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB927356-
CMYK00.210.390.64
HSL28.33º24.32%29.02%-
HSV(B)28.33º39.13%36.08%-
XYZ7.517.334.76-
YUV76.74116.29138.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=41.63%
G=33.03%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92735600.210.390.6428.3324.3229.02
Hex5C493801527401c181d
Octal1341117002547100343035
Binary101110010010011110000101011001111000000111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,56); }

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

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

 a { background-color: rgb(92,73,56); }

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

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

 span { border-color: rgb(92,73,56); }

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