Html Css Color HEX #73614E Pine Cone

📋 copy color: '#73614E'

red 115 ◦ green 97 ◦ blue 78

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

Shades of Pine Cone #73614E

Tints of Pine Cone #73614E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 39.66%
G = 33.45%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#73614E (or 0x73614E) is known color: Pine Cone. HEX triplet: 73, 61 and 4E. RGB value is (115,97,78). Sum of RGB (Red+Green+Blue) = 115+97+78=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73614E is #8C9EB1. Grayscale: #646464. Windows color (decimal): -9215666 or 5136755. OLE color: 5136755.

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

Color convert

RGB 115 97 78 -
CMYK 0 0.16 0.32 0.55
HSL 30.81º 0.19% 0.38% -
HSV(B) 30.81º 0.32% 0.45% -
XYZ 12.72 12.74 9 -
YUV 100.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 115 97 78 0 0.16 0.32 0.55 30.81 0.19 0.38
Hex 73 61 4E 0 10 20 37 1F 13 26
Octal 163 141 116 0 20 40 67 37 23 46
Binary 1110011 1100001 1001110 0 10000 100000 110111 11111 10011 100110

Color Harmonies of #73614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73614E

Black with #73614E

Text Example


Text Example

White with #73614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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