Html Css Color HEX #756152 Pine Cone

📋 copy color: '#756152'

red 117 ◦ green 97 ◦ blue 82

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

Shades of Pine Cone #756152

Tints of Pine Cone #756152

RGB

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

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

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

R = 39.53%
G = 32.77%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756152 (or 0x756152) is known color: Pine Cone. HEX triplet: 75, 61 and 52. RGB value is (117,97,82). Sum of RGB (Red+Green+Blue) = 117+97+82=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #756152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756152 is #8A9EAD. Grayscale: #656565. Windows color (decimal): -9084590 or 5398901. OLE color: 5398901.

HSL color Cylindrical-coordinate representation of color #756152: hue angle of 25.71º 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 #756152 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 82 -
CMYK 0 0.17 0.30 0.54
HSL 25.71º 0.18% 0.39% -
HSV(B) 25.71º 0.3% 0.46% -
XYZ 13.13 12.94 9.79 -
YUV 101.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 117 97 82 0 0.17 0.30 0.54 25.71 0.18 0.39
Hex 75 61 52 0 11 1E 36 1A 12 27
Octal 165 141 122 0 21 36 66 32 22 47
Binary 1110101 1100001 1010010 0 10001 11110 110110 11010 10010 100111

Color Harmonies of #756152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756152

Black with #756152

Text Example


Text Example

White with #756152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756152; }

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

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

background-color css

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

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

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

border-color css

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

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

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