Html Css Color HEX #5A4435 Brown Derby

📋 copy color: '#5A4435'

red 90 ◦ green 68 ◦ blue 53

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

Shades of Brown Derby #5A4435

Tints of Brown Derby #5A4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 42.65%
G = 32.23%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A4435 (or 0x5A4435) is known color: Brown Derby. HEX triplet: 5A, 44 and 35. RGB value is (90,68,53). Sum of RGB (Red+Green+Blue) = 90+68+53=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4435 is #A5BBCA. Grayscale: #484848. Windows color (decimal): -10861515 or 3490906. OLE color: 3490906.

HSL color Cylindrical-coordinate representation of color #5A4435: hue angle of 24.32º 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 #5A4435 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 68 53 -
CMYK 0 0.24 0.41 0.65
HSL 24.32º 0.26% 0.28% -
HSV(B) 24.32º 0.41% 0.35% -
XYZ 6.93 6.56 4.27 -
YUV 72.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 90 68 53 0 0.24 0.41 0.65 24.32 0.26 0.28
Hex 5A 44 35 0 18 29 41 18 1A 1C
Octal 132 104 65 0 30 51 101 30 32 34
Binary 1011010 1000100 110101 0 11000 101001 1000001 11000 11010 11100

Color Harmonies of #5A4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4435

Black with #5A4435

Text Example


Text Example

White with #5A4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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