Html Css Color HEX #5A3E16 Dark Brown

📋 copy color: '#5A3E16'

red 90 ◦ green 62 ◦ blue 22

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

Shades of Dark Brown #5A3E16

Tints of Dark Brown #5A3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

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

R = 51.72%
G = 35.63%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A3E16 (or 0x5A3E16) is known color: Dark Brown. HEX triplet: 5A, 3E and 16. RGB value is (90,62,22). Sum of RGB (Red+Green+Blue) = 90+62+22=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3E16 is #A5C1E9. Grayscale: #424242. Windows color (decimal): -10863082 or 1457754. OLE color: 1457754.

HSL color Cylindrical-coordinate representation of color #5A3E16: hue angle of 35.29º 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 #5A3E16 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 62 22 -
CMYK 0 0.31 0.76 0.65
HSL 35.29º 0.61% 0.22% -
HSV(B) 35.29º 0.76% 0.35% -
XYZ 6.08 5.68 1.53 -
YUV 65.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 90 62 22 0 0.31 0.76 0.65 35.29 0.61 0.22
Hex 5A 3E 16 0 1F 4C 41 23 3D 16
Octal 132 76 26 0 37 114 101 43 75 26
Binary 1011010 111110 10110 0 11111 1001100 1000001 100011 111101 10110

Color Harmonies of #5A3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3E16

Black with #5A3E16

Text Example


Text Example

White with #5A3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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