Html Css Color HEX #5A4322 Dark Brown

📋 copy color: '#5A4322'

red 90 ◦ green 67 ◦ blue 34

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

Shades of Dark Brown #5A4322

Tints of Dark Brown #5A4322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 47.12%
G = 35.08%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#5A4322 (or 0x5A4322) is known color: Dark Brown. HEX triplet: 5A, 43 and 22. RGB value is (90,67,34). Sum of RGB (Red+Green+Blue) = 90+67+34=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4322 is #A5BCDD. Grayscale: #464646. Windows color (decimal): -10861790 or 2245466. OLE color: 2245466.

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

Color convert

RGB 90 67 34 -
CMYK 0 0.26 0.62 0.65
HSL 35.36º 0.45% 0.24% -
HSV(B) 35.36º 0.62% 0.35% -
XYZ 6.51 6.3 2.39 -
YUV 70.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 90 67 34 0 0.26 0.62 0.65 35.36 0.45 0.24
Hex 5A 43 22 0 1A 3E 41 23 2D 18
Octal 132 103 42 0 32 76 101 43 55 30
Binary 1011010 1000011 100010 0 11010 111110 1000001 100011 101101 11000

Color Harmonies of #5A4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4322

Black with #5A4322

Text Example


Text Example

White with #5A4322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,34); }

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

background-color css

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

 a { background-color: rgb(90,67,34); }

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

border-color css

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

 span { border-color: rgb(90,67,34); }

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