Html Css Color HEX #716253 Pine Cone

📋 copy color: '#716253'

red 113 ◦ green 98 ◦ blue 83

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

Shades of Pine Cone #716253

Tints of Pine Cone #716253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 38.44%
G = 33.33%
B = 28.23%

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

#716253 (or 0x716253) is known color: Pine Cone. HEX triplet: 71, 62 and 53. RGB value is (113,98,83). Sum of RGB (Red+Green+Blue) = 113+98+83=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #716253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716253 is #8E9DAC. Grayscale: #646464. Windows color (decimal): -9346477 or 5464689. OLE color: 5464689.

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

Color convert

RGB 113 98 83 -
CMYK 0 0.13 0.27 0.56
HSL 30º 0.15% 0.38% -
HSV(B) 30º 0.27% 0.44% -
XYZ 12.74 12.87 10 -
YUV 100.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 113 98 83 0 0.13 0.27 0.56 30 0.15 0.38
Hex 71 62 53 0 D 1B 38 1E F 26
Octal 161 142 123 0 15 33 70 36 17 46
Binary 1110001 1100010 1010011 0 1101 11011 111000 11110 1111 100110

Color Harmonies of #716253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716253

Black with #716253

Text Example


Text Example

White with #716253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716253; }

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

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

background-color css

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

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

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

border-color css

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

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

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