Html Css Color HEX #716252 Pine Cone

📋 copy color: '#716252'

red 113 ◦ green 98 ◦ blue 82

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

Shades of Pine Cone #716252

Tints of Pine Cone #716252

RGB

 RED value IS 113 (44.53% from 255) = 38.57%

 GREEN value IS 98 (38.67% from 255) = 33.45%

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 38.57%
G = 33.45%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716252 (or 0x716252) is known color: Pine Cone. HEX triplet: 71, 62 and 52. RGB value is (113,98,82). Sum of RGB (Red+Green+Blue) = 113+98+82=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716252 is #8E9DAD. Grayscale: #646464. Windows color (decimal): -9346478 or 5399153. OLE color: 5399153.

HSL color Cylindrical-coordinate representation of color #716252: hue angle of 30.97º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716252 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 82 -
CMYK 0 0.13 0.27 0.56
HSL 30.97º 0.16% 0.38% -
HSV(B) 30.97º 0.27% 0.44% -
XYZ 12.7 12.86 9.79 -
YUV 100.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 113 98 82 0 0.13 0.27 0.56 30.97 0.16 0.38
Hex 71 62 52 0 D 1B 38 1F 10 26
Octal 161 142 122 0 15 33 70 37 20 46
Binary 1110001 1100010 1010010 0 1101 11011 111000 11111 10000 100110

Color Harmonies of #716252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716252

Black with #716252

Text Example


Text Example

White with #716252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716252; }

 p { color: rgb(113,98,82); }

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

background-color css

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

 a { background-color: rgb(113,98,82); }

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

border-color css

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

 span { border-color: rgb(113,98,82); }

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