Html Css Color HEX #5A3F2F Very Dark Brown

📋 copy color: '#5A3F2F'

red 90 ◦ green 63 ◦ blue 47

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

Shades of Very Dark Brown #5A3F2F

Tints of Very Dark Brown #5A3F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 45%
G = 31.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A3F2F (or 0x5A3F2F) is known color: Very Dark Brown. HEX triplet: 5A, 3F and 2F. RGB value is (90,63,47). Sum of RGB (Red+Green+Blue) = 90+63+47=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F2F is #A5C0D0. Grayscale: #454545. Windows color (decimal): -10862801 or 3096410. OLE color: 3096410.

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

Color convert

RGB 90 63 47 -
CMYK 0 0.30 0.48 0.65
HSL 22.33º 0.31% 0.27% -
HSV(B) 22.33º 0.48% 0.35% -
XYZ 6.51 5.93 3.49 -
YUV 69.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 90 63 47 0 0.30 0.48 0.65 22.33 0.31 0.27
Hex 5A 3F 2F 0 1E 30 41 16 1F 1B
Octal 132 77 57 0 36 60 101 26 37 33
Binary 1011010 111111 101111 0 11110 110000 1000001 10110 11111 11011

Color Harmonies of #5A3F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F2F

Black with #5A3F2F

Text Example


Text Example

White with #5A3F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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