Html Css Color HEX #5A4241 Woody Brown

📋 copy color: '#5A4241'

red 90 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #5A4241

Tints of Woody Brown #5A4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 40.72%
G = 29.86%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A4241 (or 0x5A4241) is known color: Woody Brown. HEX triplet: 5A, 42 and 41. RGB value is (90,66,65). Sum of RGB (Red+Green+Blue) = 90+66+65=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4241 is #A5BDBE. Grayscale: #494949. Windows color (decimal): -10862015 or 4276826. OLE color: 4276826.

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

Color convert

RGB 90 66 65 -
CMYK 0 0.27 0.28 0.65
HSL 2.4º 0.16% 0.3% -
HSV(B) 2.4º 0.28% 0.35% -
XYZ 7.12 6.45 5.87 -
YUV 73.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 90 66 65 0 0.27 0.28 0.65 2.4 0.16 0.3
Hex 5A 42 41 0 1B 1C 41 2 10 1E
Octal 132 102 101 0 33 34 101 2 20 36
Binary 1011010 1000010 1000001 0 11011 11100 1000001 10 10000 11110

Color Harmonies of #5A4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4241

Black with #5A4241

Text Example


Text Example

White with #5A4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,65); }

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

background-color css

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

 a { background-color: rgb(90,66,65); }

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

border-color css

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

 span { border-color: rgb(90,66,65); }

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