Html Css Color HEX #5A4113 Dark Brown

📋 copy color: '#5A4113'

red 90 ◦ green 65 ◦ blue 19

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

Shades of Dark Brown #5A4113

Tints of Dark Brown #5A4113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 51.72%
G = 37.36%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A4113 (or 0x5A4113) is known color: Dark Brown. HEX triplet: 5A, 41 and 13. RGB value is (90,65,19). Sum of RGB (Red+Green+Blue) = 90+65+19=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4113 is #A5BEEC. Grayscale: #434343. Windows color (decimal): -10862317 or 1261914. OLE color: 1261914.

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

Color convert

RGB 90 65 19 -
CMYK 0 0.28 0.79 0.65
HSL 38.87º 0.65% 0.21% -
HSV(B) 38.87º 0.79% 0.35% -
XYZ 6.22 6 1.45 -
YUV 67.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 90 65 19 0 0.28 0.79 0.65 38.87 0.65 0.21
Hex 5A 41 13 0 1C 4F 41 27 41 15
Octal 132 101 23 0 34 117 101 47 101 25
Binary 1011010 1000001 10011 0 11100 1001111 1000001 100111 1000001 10101

Color Harmonies of #5A4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4113

Black with #5A4113

Text Example


Text Example

White with #5A4113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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