Html Css Color HEX #5A411F Dark Brown

📋 copy color: '#5A411F'

red 90 ◦ green 65 ◦ blue 31

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

Shades of Dark Brown #5A411F

Tints of Dark Brown #5A411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 48.39%
G = 34.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A411F (or 0x5A411F) is known color: Dark Brown. HEX triplet: 5A, 41 and 1F. RGB value is (90,65,31). Sum of RGB (Red+Green+Blue) = 90+65+31=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A411F is #A5BEE0. Grayscale: #444444. Windows color (decimal): -10862305 or 2048346. OLE color: 2048346.

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

Color convert

RGB 90 65 31 -
CMYK 0 0.28 0.66 0.65
HSL 34.58º 0.49% 0.24% -
HSV(B) 34.58º 0.66% 0.35% -
XYZ 6.35 6.05 2.13 -
YUV 68.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 90 65 31 0 0.28 0.66 0.65 34.58 0.49 0.24
Hex 5A 41 1F 0 1C 42 41 23 31 18
Octal 132 101 37 0 34 102 101 43 61 30
Binary 1011010 1000001 11111 0 11100 1000010 1000001 100011 110001 11000

Color Harmonies of #5A411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A411F

Black with #5A411F

Text Example


Text Example

White with #5A411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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