Html Css Color HEX #756252 Pine Cone

📋 copy color: '#756252'

red 117 ◦ green 98 ◦ blue 82

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

Shades of Pine Cone #756252

Tints of Pine Cone #756252

RGB

 RED value IS 117 (46.09% from 255) = 39.39%

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

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

R = 39.39%
G = 33%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756252 (or 0x756252) is known color: Pine Cone. HEX triplet: 75, 62 and 52. RGB value is (117,98,82). Sum of RGB (Red+Green+Blue) = 117+98+82=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756252 is #8A9DAD. Grayscale: #656565. Windows color (decimal): -9084334 or 5399157. OLE color: 5399157.

HSL color Cylindrical-coordinate representation of color #756252: hue angle of 27.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756252 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 82 -
CMYK 0 0.16 0.30 0.54
HSL 27.43º 0.18% 0.39% -
HSV(B) 27.43º 0.3% 0.46% -
XYZ 13.23 13.13 9.82 -
YUV 101.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 117 98 82 0 0.16 0.30 0.54 27.43 0.18 0.39
Hex 75 62 52 0 10 1E 36 1B 12 27
Octal 165 142 122 0 20 36 66 33 22 47
Binary 1110101 1100010 1010010 0 10000 11110 110110 11011 10010 100111

Color Harmonies of #756252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756252

Black with #756252

Text Example


Text Example

White with #756252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756252; }

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

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

background-color css

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

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

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

border-color css

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

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

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