#73825B

Color #73825B Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #73825B

Tints of Willow Grove #73825B

Color information

#73825B (or 0x73825B) is unknown color: approx Willow Grove. HEX triplet: 73, 82 and 5B. RGB value is (115,130,91). Sum of RGB (Red+Green+Blue) = 115+130+91=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #73825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73825B is #8C7DA4. Grayscale: #797979. Windows color (decimal): -9207205 or 5997171. OLE color: 5997171.

HSL color Cylindrical-coordinate representation of color #73825B: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73825B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11513091-
CMYK0.1200.300.49
HSL83.08º17.65%43.33%-
HSV(B)83.08º30%50.98%-
XYZ16.9420.3712.94-
YUV121.07111.03123.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=34.23%
G=38.69%
B=27.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130910.1200.300.4983.0817.6543.33
Hex73825BC01E3153122b
Octal16320213314036611232253
Binary11100111000001010110111100011110110001101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73825B; }

 p { color: rgb(115,130,91); }

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

<style>
 a { background-color: #73825B; }

 a { background-color: rgb(115,130,91); }

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

<style>
 span { border-color: #73825B; }

 span { border-color: rgb(115,130,91); }

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