Html Css Color HEX #5A3F18 Dark Brown

📋 copy color: '#5A3F18'

red 90 ◦ green 63 ◦ blue 24

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

Shades of Dark Brown #5A3F18

Tints of Dark Brown #5A3F18

RGB

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

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

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

R = 50.85%
G = 35.59%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A3F18 (or 0x5A3F18) is known color: Dark Brown. HEX triplet: 5A, 3F and 18. RGB value is (90,63,24). Sum of RGB (Red+Green+Blue) = 90+63+24=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3F18 is #A5C0E7. Grayscale: #424242. Windows color (decimal): -10862824 or 1589082. OLE color: 1589082.

HSL color Cylindrical-coordinate representation of color #5A3F18: hue angle of 35.45º 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 #5A3F18 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 63 24 -
CMYK 0 0.30 0.73 0.65
HSL 35.45º 0.58% 0.22% -
HSV(B) 35.45º 0.73% 0.35% -
XYZ 6.16 5.79 1.66 -
YUV 66.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 90 63 24 0 0.30 0.73 0.65 35.45 0.58 0.22
Hex 5A 3F 18 0 1E 49 41 23 3A 16
Octal 132 77 30 0 36 111 101 43 72 26
Binary 1011010 111111 11000 0 11110 1001001 1000001 100011 111010 10110

Color Harmonies of #5A3F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F18

Black with #5A3F18

Text Example


Text Example

White with #5A3F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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