#5A483C

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

Shades of Brown Derby #5A483C

Tints of Brown Derby #5A483C

Color information

#5A483C (or 0x5A483C) is unknown color: approx Brown Derby. HEX triplet: 5A, 48 and 3C. RGB value is (90,72,60). Sum of RGB (Red+Green+Blue) = 90+72+60=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A483C is #A5B7C3. Grayscale: #4C4C4C. Windows color (decimal): -10860484 or 3950682. OLE color: 3950682.

HSL color Cylindrical-coordinate representation of color #5A483C: hue angle of 24º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A483C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB907260-
CMYK00.200.330.65
HSL24º20%29.41%-
HSV(B)24º33.33%35.29%-
XYZ7.357.135.26-
YUV76.01118.96137.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.54%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90726000.200.330.65242029.41
Hex5A483C014214118141d
Octal1321107402441101302435
Binary101101010010001111000101001000011000001110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,60); }

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

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

 a { background-color: rgb(90,72,60); }

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

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

 span { border-color: rgb(90,72,60); }

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