#5A653F

Color #5A653F Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5A653F

Tints of Woodland #5A653F

Color information

#5A653F (or 0x5A653F) is unknown color: approx 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

RGB9010163-
CMYK0.1100.380.60
HSL77.37º23.17%32.16%-
HSV(B)77.37º37.62%39.61%-
XYZ9.7711.846.47-
YUV93.38110.86125.59-

RGB Variations

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

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.80%
R=35.43%
G=39.76%
B=24.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101630.1100.380.6077.3723.1732.16
Hex5A653FB0263C4d1720
Octal1321457713046741152740
Binary1011010110010111111110110100110111100100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>