#73634F

Color #73634F Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #73634F

Tints of Pine Cone #73634F

Color information

#73634F (or 0x73634F) is unknown color: approx Pine Cone. HEX triplet: 73, 63 and 4F. RGB value is (115,99,79). Sum of RGB (Red+Green+Blue) = 115+99+79=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73634F is #8C9CB0. Grayscale: #656565. Windows color (decimal): -9215153 or 5202803. OLE color: 5202803.

HSL color Cylindrical-coordinate representation of color #73634F: hue angle of 33.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73634F is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1159979-
CMYK00.140.310.55
HSL33.33º18.56%38.04%-
HSV(B)33.33º31.3%45.1%-
XYZ12.9413.139.25-
YUV101.5115.3137.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=39.25%
G=33.79%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115997900.140.310.5533.3318.5638.04
Hex73634F0E1F37211326
Octal1631431170163767412346
Binary111001111000111001111011101111111011110000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73634F; }

 p { color: rgb(115,99,79); }

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

<style>
 a { background-color: #73634F; }

 a { background-color: rgb(115,99,79); }

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

<style>
 span { border-color: #73634F; }

 span { border-color: rgb(115,99,79); }

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