Html Css Color HEX #5A653F Woodland

📋 copy color: '#5A653F'

red 90 ◦ green 101 ◦ blue 63

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

Shades of Woodland #5A653F

Tints of Woodland #5A653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 35.43%
G = 39.76%
B = 24.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#5A653F (or 0x5A653F) is known color: Woodland. HEX triplet: 5A, 65 and 3F. RGB value is (90,101,63). Sum of RGB (Red+Green+Blue) = 90+101+63=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #5A653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A653F is #A59AC0. Grayscale: #5D5D5D. Windows color (decimal): -10853057 or 4154714. OLE color: 4154714.

HSL color Cylindrical-coordinate representation of color #5A653F: hue angle of 77.37º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A653F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 63 -
CMYK 0.11 0 0.38 0.60
HSL 77.37º 0.23% 0.32% -
HSV(B) 77.37º 0.38% 0.4% -
XYZ 9.77 11.84 6.47 -
YUV 93.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 90 101 63 0.11 0 0.38 0.60 77.37 0.23 0.32
Hex 5A 65 3F B 0 26 3C 4D 17 20
Octal 132 145 77 13 0 46 74 115 27 40
Binary 1011010 1100101 111111 1011 0 100110 111100 1001101 10111 100000

Color Harmonies of #5A653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A653F

Black with #5A653F

Text Example


Text Example

White with #5A653F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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