Html Css Color HEX #72614F Pine Cone

📋 copy color: '#72614F'

red 114 ◦ green 97 ◦ blue 79

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

Shades of Pine Cone #72614F

Tints of Pine Cone #72614F

RGB

 RED value IS 114 (44.92% from 255) = 39.31%

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

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

R = 39.31%
G = 33.45%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72614F (or 0x72614F) is known color: Pine Cone. HEX triplet: 72, 61 and 4F. RGB value is (114,97,79). Sum of RGB (Red+Green+Blue) = 114+97+79=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72614F is #8D9EB0. Grayscale: #646464. Windows color (decimal): -9281201 or 5202290. OLE color: 5202290.

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

Color convert

RGB 114 97 79 -
CMYK 0 0.15 0.31 0.55
HSL 30.86º 0.18% 0.38% -
HSV(B) 30.86º 0.31% 0.45% -
XYZ 12.63 12.69 9.18 -
YUV 100.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 114 97 79 0 0.15 0.31 0.55 30.86 0.18 0.38
Hex 72 61 4F 0 F 1F 37 1F 12 26
Octal 162 141 117 0 17 37 67 37 22 46
Binary 1110010 1100001 1001111 0 1111 11111 110111 11111 10010 100110

Color Harmonies of #72614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72614F

Black with #72614F

Text Example


Text Example

White with #72614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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