Html Css Color HEX #5A4636 Brown Derby

📋 copy color: '#5A4636'

red 90 ◦ green 70 ◦ blue 54

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

Shades of Brown Derby #5A4636

Tints of Brown Derby #5A4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 42.06%
G = 32.71%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#5A4636 (or 0x5A4636) is known color: Brown Derby. HEX triplet: 5A, 46 and 36. RGB value is (90,70,54). Sum of RGB (Red+Green+Blue) = 90+70+54=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4636 is #A5B9C9. Grayscale: #4A4A4A. Windows color (decimal): -10861002 or 3556954. OLE color: 3556954.

HSL color Cylindrical-coordinate representation of color #5A4636: hue angle of 26.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A4636 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 70 54 -
CMYK 0 0.22 0.40 0.65
HSL 26.67º 0.25% 0.28% -
HSV(B) 26.67º 0.4% 0.35% -
XYZ 7.07 6.82 4.43 -
YUV 74.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 90 70 54 0 0.22 0.40 0.65 26.67 0.25 0.28
Hex 5A 46 36 0 16 28 41 1B 19 1C
Octal 132 106 66 0 26 50 101 33 31 34
Binary 1011010 1000110 110110 0 10110 101000 1000001 11011 11001 11100

Color Harmonies of #5A4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4636

Black with #5A4636

Text Example


Text Example

White with #5A4636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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