Html Css Color HEX #73825A Willow Grove

📋 copy color: '#73825A'

red 115 ◦ green 130 ◦ blue 90

#73825A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #73825A

Tints of Willow Grove #73825A

RGB

 RED value IS 115 (45.31% from 255) = 34.33%

 GREEN value IS 130 (51.17% from 255) = 38.81%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 34.33%
G = 38.81%
B = 26.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#73825A (or 0x73825A) is known color: Willow Grove. HEX triplet: 73, 82 and 5A. RGB value is (115,130,90). Sum of RGB (Red+Green+Blue) = 115+130+90=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #73825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73825A is #8C7DA5. Grayscale: #797979. Windows color (decimal): -9207206 or 5931635. OLE color: 5931635.

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

Color convert

RGB 115 130 90 -
CMYK 0.12 0 0.31 0.49
HSL 82.5º 0.18% 0.43% -
HSV(B) 82.5º 0.31% 0.51% -
XYZ 16.9 20.35 12.71 -
YUV 120.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 115 130 90 0.12 0 0.31 0.49 82.5 0.18 0.43
Hex 73 82 5A C 0 1F 31 52 12 2B
Octal 163 202 132 14 0 37 61 122 22 53
Binary 1110011 10000010 1011010 1100 0 11111 110001 1010010 10010 101011

Color Harmonies of #73825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73825A

Black with #73825A

Text Example


Text Example

White with #73825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73825A;
 }
 .AnyTagClassName
 {
   color: #73825A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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