Html Css Color HEX #756552 Pine Cone

📋 copy color: '#756552'

red 117 ◦ green 101 ◦ blue 82

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

Shades of Pine Cone #756552

Tints of Pine Cone #756552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 39%
G = 33.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756552 (or 0x756552) is known color: Pine Cone. HEX triplet: 75, 65 and 52. RGB value is (117,101,82). Sum of RGB (Red+Green+Blue) = 117+101+82=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756552 is #8A9AAD. Grayscale: #676767. Windows color (decimal): -9083566 or 5399925. OLE color: 5399925.

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

Color convert

RGB 117 101 82 -
CMYK 0 0.14 0.30 0.54
HSL 32.57º 0.18% 0.39% -
HSV(B) 32.57º 0.3% 0.46% -
XYZ 13.51 13.7 9.91 -
YUV 103.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 117 101 82 0 0.14 0.30 0.54 32.57 0.18 0.39
Hex 75 65 52 0 E 1E 36 21 12 27
Octal 165 145 122 0 16 36 66 41 22 47
Binary 1110101 1100101 1010010 0 1110 11110 110110 100001 10010 100111

Color Harmonies of #756552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756552

Black with #756552

Text Example


Text Example

White with #756552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756552; }

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

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

background-color css

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

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

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

border-color css

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

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

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