Html Css Color HEX #5A3E35 Very Dark Brown

📋 copy color: '#5A3E35'

red 90 ◦ green 62 ◦ blue 53

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

Shades of Very Dark Brown #5A3E35

Tints of Very Dark Brown #5A3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.24%

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

R = 43.9%
G = 30.24%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A3E35 (or 0x5A3E35) is known color: Very Dark Brown. HEX triplet: 5A, 3E and 35. RGB value is (90,62,53). Sum of RGB (Red+Green+Blue) = 90+62+53=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E35 is #A5C1CA. Grayscale: #454545. Windows color (decimal): -10863051 or 3489370. OLE color: 3489370.

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

Color convert

RGB 90 62 53 -
CMYK 0 0.31 0.41 0.65
HSL 14.59º 0.26% 0.28% -
HSV(B) 14.59º 0.41% 0.35% -
XYZ 6.58 5.88 4.16 -
YUV 69.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 90 62 53 0 0.31 0.41 0.65 14.59 0.26 0.28
Hex 5A 3E 35 0 1F 29 41 F 1A 1C
Octal 132 76 65 0 37 51 101 17 32 34
Binary 1011010 111110 110101 0 11111 101001 1000001 1111 11010 11100

Color Harmonies of #5A3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3E35

Black with #5A3E35

Text Example


Text Example

White with #5A3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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