Html Css Color HEX #5A4216 Dark Brown

📋 copy color: '#5A4216'

red 90 ◦ green 66 ◦ blue 22

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

Shades of Dark Brown #5A4216

Tints of Dark Brown #5A4216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 50.56%
G = 37.08%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A4216 (or 0x5A4216) is known color: Dark Brown. HEX triplet: 5A, 42 and 16. RGB value is (90,66,22). Sum of RGB (Red+Green+Blue) = 90+66+22=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4216 is #A5BDE9. Grayscale: #444444. Windows color (decimal): -10862058 or 1458778. OLE color: 1458778.

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

Color convert

RGB 90 66 22 -
CMYK 0 0.27 0.76 0.65
HSL 38.82º 0.61% 0.22% -
HSV(B) 38.82º 0.76% 0.35% -
XYZ 6.31 6.13 1.61 -
YUV 68.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 90 66 22 0 0.27 0.76 0.65 38.82 0.61 0.22
Hex 5A 42 16 0 1B 4C 41 27 3D 16
Octal 132 102 26 0 33 114 101 47 75 26
Binary 1011010 1000010 10110 0 11011 1001100 1000001 100111 111101 10110

Color Harmonies of #5A4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4216

Black with #5A4216

Text Example


Text Example

White with #5A4216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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