Html Css Color HEX #716352 Pine Cone

📋 copy color: '#716352'

red 113 ◦ green 99 ◦ blue 82

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

Shades of Pine Cone #716352

Tints of Pine Cone #716352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 38.44%
G = 33.67%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716352 (or 0x716352) is known color: Pine Cone. HEX triplet: 71, 63 and 52. RGB value is (113,99,82). Sum of RGB (Red+Green+Blue) = 113+99+82=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #716352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716352 is #8E9CAD. Grayscale: #656565. Windows color (decimal): -9346222 or 5399409. OLE color: 5399409.

HSL color Cylindrical-coordinate representation of color #716352: hue angle of 32.9º 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 #716352 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 82 -
CMYK 0 0.12 0.27 0.56
HSL 32.9º 0.16% 0.38% -
HSV(B) 32.9º 0.27% 0.44% -
XYZ 12.79 13.04 9.83 -
YUV 101.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 113 99 82 0 0.12 0.27 0.56 32.9 0.16 0.38
Hex 71 63 52 0 C 1B 38 21 10 26
Octal 161 143 122 0 14 33 70 41 20 46
Binary 1110001 1100011 1010010 0 1100 11011 111000 100001 10000 100110

Color Harmonies of #716352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716352

Black with #716352

Text Example


Text Example

White with #716352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716352; }

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

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

background-color css

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

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

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

border-color css

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

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

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