Html Css Color HEX #5A3F3D Woody Brown

📋 copy color: '#5A3F3D'

red 90 ◦ green 63 ◦ blue 61

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

Shades of Woody Brown #5A3F3D

Tints of Woody Brown #5A3F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.5%

R = 42.06%
G = 29.44%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A3F3D (or 0x5A3F3D) is known color: Woody Brown. HEX triplet: 5A, 3F and 3D. RGB value is (90,63,61). Sum of RGB (Red+Green+Blue) = 90+63+61=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F3D is #A5C0C2. Grayscale: #464646. Windows color (decimal): -10862787 or 4013914. OLE color: 4013914.

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

Color convert

RGB 90 63 61 -
CMYK 0 0.30 0.32 0.65
HSL 4.14º 0.19% 0.3% -
HSV(B) 4.14º 0.32% 0.35% -
XYZ 6.84 6.07 5.23 -
YUV 70.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 90 63 61 0 0.30 0.32 0.65 4.14 0.19 0.3
Hex 5A 3F 3D 0 1E 20 41 4 13 1E
Octal 132 77 75 0 36 40 101 4 23 36
Binary 1011010 111111 111101 0 11110 100000 1000001 100 10011 11110

Color Harmonies of #5A3F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F3D

Black with #5A3F3D

Text Example


Text Example

White with #5A3F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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