#73825C

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

Shades of Willow Grove #73825C

Tints of Willow Grove #73825C

Color information

#73825C (or 0x73825C) is unknown color: approx Willow Grove. HEX triplet: 73, 82 and 5C. RGB value is (115,130,92). Sum of RGB (Red+Green+Blue) = 115+130+92=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #73825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73825C is #8C7DA3. Grayscale: #797979. Windows color (decimal): -9207204 or 6062707. OLE color: 6062707.

HSL color Cylindrical-coordinate representation of color #73825C: hue angle of 83.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73825C is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB11513092-
CMYK0.1200.290.49
HSL83.68º17.12%43.53%-
HSV(B)83.68º29.23%50.98%-
XYZ16.9820.3813.16-
YUV121.18111.53123.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=34.12%
G=38.58%
B=27.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130920.1200.290.4983.6817.1243.53
Hex73825CC01D3154112c
Octal16320213414035611242154
Binary11100111000001010111001100011101110001101010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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