Html Css Color HEX #73614F Pine Cone

📋 copy color: '#73614F'

red 115 ◦ green 97 ◦ blue 79

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

Shades of Pine Cone #73614F

Tints of Pine Cone #73614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 39.52%
G = 33.33%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73614F (or 0x73614F) is known color: Pine Cone. HEX triplet: 73, 61 and 4F. RGB value is (115,97,79). Sum of RGB (Red+Green+Blue) = 115+97+79=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73614F is #8C9EB0. Grayscale: #646464. Windows color (decimal): -9215665 or 5202291. OLE color: 5202291.

HSL color Cylindrical-coordinate representation of color #73614F: hue angle of 30º 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 #73614F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 79 -
CMYK 0 0.16 0.31 0.55
HSL 30º 0.19% 0.38% -
HSV(B) 30º 0.31% 0.45% -
XYZ 12.76 12.76 9.19 -
YUV 100.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 115 97 79 0 0.16 0.31 0.55 30 0.19 0.38
Hex 73 61 4F 0 10 1F 37 1E 13 26
Octal 163 141 117 0 20 37 67 36 23 46
Binary 1110011 1100001 1001111 0 10000 11111 110111 11110 10011 100110

Color Harmonies of #73614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73614F

Black with #73614F

Text Example


Text Example

White with #73614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73614F;
 }
 .AnyTagClassName
 {
   color: #73614F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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