Html Css Color HEX #5A4535 Brown Derby

📋 copy color: '#5A4535'

red 90 ◦ green 69 ◦ blue 53

#5A4535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Derby #5A4535

Tints of Brown Derby #5A4535

RGB

 RED value IS 90 (35.55% from 255) = 42.45%

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 53 (21.09% from 255) = 25%

R = 42.45%
G = 32.55%
B = 25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A4535 (or 0x5A4535) is known color: Brown Derby. HEX triplet: 5A, 45 and 35. RGB value is (90,69,53). Sum of RGB (Red+Green+Blue) = 90+69+53=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4535 is #A5BACA. Grayscale: #494949. Windows color (decimal): -10861259 or 3491162. OLE color: 3491162.

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

Color convert

RGB 90 69 53 -
CMYK 0 0.23 0.41 0.65
HSL 25.95º 0.26% 0.28% -
HSV(B) 25.95º 0.41% 0.35% -
XYZ 6.99 6.69 4.29 -
YUV 73.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 90 69 53 0 0.23 0.41 0.65 25.95 0.26 0.28
Hex 5A 45 35 0 17 29 41 1A 1A 1C
Octal 132 105 65 0 27 51 101 32 32 34
Binary 1011010 1000101 110101 0 10111 101001 1000001 11010 11010 11100

Color Harmonies of #5A4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4535

Black with #5A4535

Text Example


Text Example

White with #5A4535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A4535;
 }
 .AnyTagClassName
 {
   color: #5A4535;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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