#5C4532

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

Shades of Brown Derby #5C4532

Tints of Brown Derby #5C4532

Color information

#5C4532 (or 0x5C4532) is unknown color: approx Brown Derby. HEX triplet: 5C, 45 and 32. RGB value is (92,69,50). Sum of RGB (Red+Green+Blue) = 92+69+50=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4532 is #A3BACD. Grayscale: #494949. Windows color (decimal): -10730190 or 3294556. OLE color: 3294556.

HSL color Cylindrical-coordinate representation of color #5C4532: hue angle of 27.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C4532 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB926950-
CMYK00.250.460.64
HSL27.14º29.58%27.84%-
HSV(B)27.14º45.65%36.08%-
XYZ7.126.763.95-
YUV73.71114.62141.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=43.60%
G=32.70%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92695000.250.460.6427.1429.5827.84
Hex5C45320192E401b1e1c
Octal1341056203156100333634
Binary101110010001011100100110011011101000000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,69,50); }

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

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

 a { background-color: rgb(92,69,50); }

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

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

 span { border-color: rgb(92,69,50); }

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