Html Css Color HEX #5A4221 Dark Brown

📋 copy color: '#5A4221'

red 90 ◦ green 66 ◦ blue 33

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

Shades of Dark Brown #5A4221

Tints of Dark Brown #5A4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 47.62%
G = 34.92%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A4221 (or 0x5A4221) is known color: Dark Brown. HEX triplet: 5A, 42 and 21. RGB value is (90,66,33). Sum of RGB (Red+Green+Blue) = 90+66+33=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4221 is #A5BDDE. Grayscale: #454545. Windows color (decimal): -10862047 or 2179674. OLE color: 2179674.

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

Color convert

RGB 90 66 33 -
CMYK 0 0.27 0.63 0.65
HSL 34.74º 0.46% 0.24% -
HSV(B) 34.74º 0.63% 0.35% -
XYZ 6.44 6.18 2.29 -
YUV 69.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 90 66 33 0 0.27 0.63 0.65 34.74 0.46 0.24
Hex 5A 42 21 0 1B 3F 41 23 2E 18
Octal 132 102 41 0 33 77 101 43 56 30
Binary 1011010 1000010 100001 0 11011 111111 1000001 100011 101110 11000

Color Harmonies of #5A4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4221

Black with #5A4221

Text Example


Text Example

White with #5A4221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,33); }

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

background-color css

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

 a { background-color: rgb(90,66,33); }

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

border-color css

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

 span { border-color: rgb(90,66,33); }

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