Html Css Color HEX #5A4118 Dark Brown

📋 copy color: '#5A4118'

red 90 ◦ green 65 ◦ blue 24

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

Shades of Dark Brown #5A4118

Tints of Dark Brown #5A4118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 50.28%
G = 36.31%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A4118 (or 0x5A4118) is known color: Dark Brown. HEX triplet: 5A, 41 and 18. RGB value is (90,65,24). Sum of RGB (Red+Green+Blue) = 90+65+24=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4118 is #A5BEE7. Grayscale: #434343. Windows color (decimal): -10862312 or 1589594. OLE color: 1589594.

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

Color convert

RGB 90 65 24 -
CMYK 0 0.28 0.73 0.65
HSL 37.27º 0.58% 0.22% -
HSV(B) 37.27º 0.73% 0.35% -
XYZ 6.27 6.02 1.7 -
YUV 67.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 90 65 24 0 0.28 0.73 0.65 37.27 0.58 0.22
Hex 5A 41 18 0 1C 49 41 25 3A 16
Octal 132 101 30 0 34 111 101 45 72 26
Binary 1011010 1000001 11000 0 11100 1001001 1000001 100101 111010 10110

Color Harmonies of #5A4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4118

Black with #5A4118

Text Example


Text Example

White with #5A4118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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