Html Css Color HEX #5A3F31 Very Dark Brown

📋 copy color: '#5A3F31'

red 90 ◦ green 63 ◦ blue 49

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

Shades of Very Dark Brown #5A3F31

Tints of Very Dark Brown #5A3F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 44.55%
G = 31.19%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#5A3F31 (or 0x5A3F31) is known color: Very Dark Brown. HEX triplet: 5A, 3F and 31. RGB value is (90,63,49). Sum of RGB (Red+Green+Blue) = 90+63+49=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F31 is #A5C0CE. Grayscale: #454545. Windows color (decimal): -10862799 or 3227482. OLE color: 3227482.

HSL color Cylindrical-coordinate representation of color #5A3F31: hue angle of 20.49º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3F31 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 63 49 -
CMYK 0 0.30 0.46 0.65
HSL 20.49º 0.29% 0.27% -
HSV(B) 20.49º 0.46% 0.35% -
XYZ 6.55 5.95 3.71 -
YUV 69.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 90 63 49 0 0.30 0.46 0.65 20.49 0.29 0.27
Hex 5A 3F 31 0 1E 2E 41 14 1D 1B
Octal 132 77 61 0 36 56 101 24 35 33
Binary 1011010 111111 110001 0 11110 101110 1000001 10100 11101 11011

Color Harmonies of #5A3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F31

Black with #5A3F31

Text Example


Text Example

White with #5A3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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