#5A653C

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

Shades of Woodland #5A653C

Tints of Woodland #5A653C

Color information

#5A653C (or 0x5A653C) is unknown color: approx Woodland. HEX triplet: 5A, 65 and 3C. RGB value is (90,101,60). Sum of RGB (Red+Green+Blue) = 90+101+60=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #5A653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A653C is #A59AC3. Grayscale: #5D5D5D. Windows color (decimal): -10853060 or 3958106. OLE color: 3958106.

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

Color convert

RGB9010160-
CMYK0.1100.410.60
HSL76.1º25.47%31.57%-
HSV(B)76.1º40.59%39.61%-
XYZ9.6911.816.04-
YUV93.04109.36125.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=35.86%
G=40.24%
B=23.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101600.1100.410.6076.125.4731.57
Hex5A653CB0293C4c1920
Octal1321457413051741143140
Binary1011010110010111110010110101001111100100110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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