Html Css Color HEX #5A3F35 Very Dark Brown

📋 copy color: '#5A3F35'

red 90 ◦ green 63 ◦ blue 53

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

Shades of Very Dark Brown #5A3F35

Tints of Very Dark Brown #5A3F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 43.69%
G = 30.58%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A3F35 (or 0x5A3F35) is known color: Very Dark Brown. HEX triplet: 5A, 3F and 35. RGB value is (90,63,53). Sum of RGB (Red+Green+Blue) = 90+63+53=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F35 is #A5C0CA. Grayscale: #454545. Windows color (decimal): -10862795 or 3489626. OLE color: 3489626.

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

Color convert

RGB 90 63 53 -
CMYK 0 0.30 0.41 0.65
HSL 16.22º 0.26% 0.28% -
HSV(B) 16.22º 0.41% 0.35% -
XYZ 6.64 5.99 4.17 -
YUV 69.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 90 63 53 0 0.30 0.41 0.65 16.22 0.26 0.28
Hex 5A 3F 35 0 1E 29 41 10 1A 1C
Octal 132 77 65 0 36 51 101 20 32 34
Binary 1011010 111111 110101 0 11110 101001 1000001 10000 11010 11100

Color Harmonies of #5A3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F35

Black with #5A3F35

Text Example


Text Example

White with #5A3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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