Html Css Color HEX #5A5C48 Woodland

📋 copy color: '#5A5C48'

red 90 ◦ green 92 ◦ blue 72

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

Shades of Woodland #5A5C48

Tints of Woodland #5A5C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 35.43%
G = 36.22%
B = 28.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5A5C48 (or 0x5A5C48) is known color: Woodland. HEX triplet: 5A, 5C and 48. RGB value is (90,92,72). Sum of RGB (Red+Green+Blue) = 90+92+72=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C48 is #A5A3B7. Grayscale: #595959. Windows color (decimal): -10855352 or 4742234. OLE color: 4742234.

HSL color Cylindrical-coordinate representation of color #5A5C48: hue angle of 66º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A5C48 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 92 72 -
CMYK 0.02 0 0.22 0.64
HSL 66º 0.12% 0.32% -
HSV(B) 66º 0.22% 0.36% -
XYZ 9.21 10.3 7.63 -
YUV 89.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 90 92 72 0.02 0 0.22 0.64 66 0.12 0.32
Hex 5A 5C 48 2 0 16 40 42 C 20
Octal 132 134 110 2 0 26 100 102 14 40
Binary 1011010 1011100 1001000 10 0 10110 1000000 1000010 1100 100000

Color Harmonies of #5A5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C48

Black with #5A5C48

Text Example


Text Example

White with #5A5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,92,72); }

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

background-color css

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

 a { background-color: rgb(90,92,72); }

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

border-color css

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

 span { border-color: rgb(90,92,72); }

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