Html Css Color HEX #5A4020 Dark Brown

📋 copy color: '#5A4020'

red 90 ◦ green 64 ◦ blue 32

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

Shades of Dark Brown #5A4020

Tints of Dark Brown #5A4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 48.39%
G = 34.41%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A4020 (or 0x5A4020) is known color: Dark Brown. HEX triplet: 5A, 40 and 20. RGB value is (90,64,32). Sum of RGB (Red+Green+Blue) = 90+64+32=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4020 is #A5BFDF. Grayscale: #444444. Windows color (decimal): -10862560 or 2113626. OLE color: 2113626.

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

Color convert

RGB 90 64 32 -
CMYK 0 0.29 0.64 0.65
HSL 33.1º 0.48% 0.24% -
HSV(B) 33.1º 0.64% 0.35% -
XYZ 6.31 5.94 2.18 -
YUV 68.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 90 64 32 0 0.29 0.64 0.65 33.1 0.48 0.24
Hex 5A 40 20 0 1D 40 41 21 30 18
Octal 132 100 40 0 35 100 101 41 60 30
Binary 1011010 1000000 100000 0 11101 1000000 1000001 100001 110000 11000

Color Harmonies of #5A4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4020

Black with #5A4020

Text Example


Text Example

White with #5A4020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,64,32); }

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

background-color css

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

 a { background-color: rgb(90,64,32); }

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

border-color css

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

 span { border-color: rgb(90,64,32); }

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