Html Css Color HEX #756452 Pine Cone

📋 copy color: '#756452'

red 117 ◦ green 100 ◦ blue 82

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

Shades of Pine Cone #756452

Tints of Pine Cone #756452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

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

R = 39.13%
G = 33.44%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756452 (or 0x756452) is known color: Pine Cone. HEX triplet: 75, 64 and 52. RGB value is (117,100,82). Sum of RGB (Red+Green+Blue) = 117+100+82=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756452 is #8A9BAD. Grayscale: #676767. Windows color (decimal): -9083822 or 5399669. OLE color: 5399669.

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

Color convert

RGB 117 100 82 -
CMYK 0 0.15 0.30 0.54
HSL 30.86º 0.18% 0.39% -
HSV(B) 30.86º 0.3% 0.46% -
XYZ 13.42 13.51 9.88 -
YUV 103.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 117 100 82 0 0.15 0.30 0.54 30.86 0.18 0.39
Hex 75 64 52 0 F 1E 36 1F 12 27
Octal 165 144 122 0 17 36 66 37 22 47
Binary 1110101 1100100 1010010 0 1111 11110 110110 11111 10010 100111

Color Harmonies of #756452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756452

Black with #756452

Text Example


Text Example

White with #756452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756452; }

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

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

background-color css

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

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

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

border-color css

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

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

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