#5C493A

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

Shades of Brown Derby #5C493A

Tints of Brown Derby #5C493A

Color information

#5C493A (or 0x5C493A) is unknown color: approx Brown Derby. HEX triplet: 5C, 49 and 3A. RGB value is (92,73,58). Sum of RGB (Red+Green+Blue) = 92+73+58=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 92 - color contains mainly: red. Hex color #5C493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C493A is #A3B6C5. Grayscale: #4D4D4D. Windows color (decimal): -10729158 or 3819868. OLE color: 3819868.

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

Color convert

RGB927358-
CMYK00.210.370.64
HSL26.47º22.67%29.41%-
HSV(B)26.47º36.96%36.08%-
XYZ7.567.355.02-
YUV76.97117.29138.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.26%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=41.26%
G=32.74%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92735800.210.370.6426.4722.6729.41
Hex5C493A01525401a171d
Octal1341117202545100322735
Binary101110010010011110100101011001011000000110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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