#5A4631

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

Shades of Brown Derby #5A4631

Tints of Brown Derby #5A4631

Color information

#5A4631 (or 0x5A4631) is unknown color: approx Brown Derby. HEX triplet: 5A, 46 and 31. RGB value is (90,70,49). Sum of RGB (Red+Green+Blue) = 90+70+49=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4631 is #A5B9CE. Grayscale: #494949. Windows color (decimal): -10861007 or 3229274. OLE color: 3229274.

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

Color convert

RGB907049-
CMYK00.220.460.65
HSL30.73º29.5%27.25%-
HSV(B)30.73º45.56%35.29%-
XYZ6.966.783.85-
YUV73.59114.13139.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=43.06%
G=33.49%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90704900.220.460.6530.7329.527.25
Hex5A46310162E411f1d1b
Octal1321066102656101373533
Binary101101010001101100010101101011101000001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,49); }

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

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

 a { background-color: rgb(90,70,49); }

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

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

 span { border-color: rgb(90,70,49); }

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