#5A653D

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

Shades of Woodland #5A653D

Tints of Woodland #5A653D

Color information

#5A653D (or 0x5A653D) is unknown color: approx Woodland. HEX triplet: 5A, 65 and 3D. RGB value is (90,101,61). Sum of RGB (Red+Green+Blue) = 90+101+61=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #5A653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A653D is #A59AC2. Grayscale: #5D5D5D. Windows color (decimal): -10853059 or 4023642. OLE color: 4023642.

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

Color convert

RGB9010161-
CMYK0.1100.400.60
HSL76.5º24.69%31.76%-
HSV(B)76.5º39.6%39.61%-
XYZ9.7111.826.18-
YUV93.15109.86125.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=35.71%
G=40.08%
B=24.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101610.1100.400.6076.524.6931.76
Hex5A653DB0283C4c1920
Octal1321457513050741143140
Binary1011010110010111110110110101000111100100110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A653D;
 }
 .AnyTagClassName
 {
   color: #5A653D;
 }
</style>
background-color css

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

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

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

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

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

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