#73894B

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

Shades of Dingley #73894B

Tints of Dingley #73894B

Color information

#73894B (or 0x73894B) is unknown color: approx Dingley. HEX triplet: 73, 89 and 4B. RGB value is (115,137,75). Sum of RGB (Red+Green+Blue) = 115+137+75=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #73894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73894B is #8C76B4. Grayscale: #7B7B7B. Windows color (decimal): -9205429 or 4950387. OLE color: 4950387.

HSL color Cylindrical-coordinate representation of color #73894B: hue angle of 81.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73894B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11513775-
CMYK0.1600.450.46
HSL81.29º29.25%41.57%-
HSV(B)81.29º45.26%53.73%-
XYZ17.2922.0410-
YUV123.35100.71122.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=35.17%
G=41.90%
B=22.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115137750.1600.450.4681.2929.2541.57
Hex73894B1002D2E511d2a
Octal16321111320055561213552
Binary1110011100010011001011100000101101101110101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,137,75); }

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

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

 a { background-color: rgb(115,137,75); }

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

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

 span { border-color: rgb(115,137,75); }

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