Html Css Color HEX #5A3F14 Dark Brown

📋 copy color: '#5A3F14'

red 90 ◦ green 63 ◦ blue 20

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

Shades of Dark Brown #5A3F14

Tints of Dark Brown #5A3F14

RGB

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

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 52.02%
G = 36.42%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A3F14 (or 0x5A3F14) is known color: Dark Brown. HEX triplet: 5A, 3F and 14. RGB value is (90,63,20). Sum of RGB (Red+Green+Blue) = 90+63+20=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3F14 is #A5C0EB. Grayscale: #424242. Windows color (decimal): -10862828 or 1326938. OLE color: 1326938.

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

Color convert

RGB 90 63 20 -
CMYK 0 0.30 0.78 0.65
HSL 36.86º 0.64% 0.22% -
HSV(B) 36.86º 0.78% 0.35% -
XYZ 6.12 5.78 1.45 -
YUV 66.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 90 63 20 0 0.30 0.78 0.65 36.86 0.64 0.22
Hex 5A 3F 14 0 1E 4E 41 25 40 16
Octal 132 77 24 0 36 116 101 45 100 26
Binary 1011010 111111 10100 0 11110 1001110 1000001 100101 1000000 10110

Color Harmonies of #5A3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F14

Black with #5A3F14

Text Example


Text Example

White with #5A3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,63,20); }

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

background-color css

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

 a { background-color: rgb(90,63,20); }

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

border-color css

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

 span { border-color: rgb(90,63,20); }

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