Html Css Color HEX #5A410E Dark Brown

📋 copy color: '#5A410E'

red 90 ◦ green 65 ◦ blue 14

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

Shades of Dark Brown #5A410E

Tints of Dark Brown #5A410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 53.25%
G = 38.46%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A410E (or 0x5A410E) is known color: Dark Brown. HEX triplet: 5A, 41 and 0E. RGB value is (90,65,14). Sum of RGB (Red+Green+Blue) = 90+65+14=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A410E is #A5BEF1. Grayscale: #424242. Windows color (decimal): -10862322 or 934234. OLE color: 934234.

HSL color Cylindrical-coordinate representation of color #5A410E: hue angle of 40.26º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A410E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 65 14 -
CMYK 0 0.28 0.84 0.65
HSL 40.26º 0.73% 0.2% -
HSV(B) 40.26º 0.84% 0.35% -
XYZ 6.19 5.99 1.24 -
YUV 66.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 90 65 14 0 0.28 0.84 0.65 40.26 0.73 0.2
Hex 5A 41 E 0 1C 54 41 28 49 14
Octal 132 101 16 0 34 124 101 50 111 24
Binary 1011010 1000001 1110 0 11100 1010100 1000001 101000 1001001 10100

Color Harmonies of #5A410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A410E

Black with #5A410E

Text Example


Text Example

White with #5A410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,14); }

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

background-color css

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

 a { background-color: rgb(90,65,14); }

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

border-color css

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

 span { border-color: rgb(90,65,14); }

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