#5A4538

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

Shades of Brown Derby #5A4538

Tints of Brown Derby #5A4538

Color information

#5A4538 (or 0x5A4538) is unknown color: approx Brown Derby. HEX triplet: 5A, 45 and 38. RGB value is (90,69,56). Sum of RGB (Red+Green+Blue) = 90+69+56=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4538 is #A5BAC7. Grayscale: #494949. Windows color (decimal): -10861256 or 3687770. OLE color: 3687770.

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

Color convert

RGB906956-
CMYK00.230.380.65
HSL22.94º23.29%28.63%-
HSV(B)22.94º37.78%35.29%-
XYZ7.066.724.67-
YUV73.8117.96139.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=41.86%
G=32.09%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90695600.230.380.6522.9423.2928.63
Hex5A4538017264117171d
Octal1321057002746101272735
Binary101101010001011110000101111001101000001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,56); }

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

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

 a { background-color: rgb(90,69,56); }

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

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

 span { border-color: rgb(90,69,56); }

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