Html Css Color HEX #746152 Pine Cone

📋 copy color: '#746152'

red 116 ◦ green 97 ◦ blue 82

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

Shades of Pine Cone #746152

Tints of Pine Cone #746152

RGB

 RED value IS 116 (45.7% from 255) = 39.32%

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

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

R = 39.32%
G = 32.88%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#746152 (or 0x746152) is known color: Pine Cone. HEX triplet: 74, 61 and 52. RGB value is (116,97,82). Sum of RGB (Red+Green+Blue) = 116+97+82=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #746152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746152 is #8B9EAD. Grayscale: #656565. Windows color (decimal): -9150126 or 5398900. OLE color: 5398900.

HSL color Cylindrical-coordinate representation of color #746152: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746152 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 82 -
CMYK 0 0.16 0.29 0.55
HSL 26.47º 0.17% 0.39% -
HSV(B) 26.47º 0.29% 0.45% -
XYZ 13 12.87 9.78 -
YUV 100.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 116 97 82 0 0.16 0.29 0.55 26.47 0.17 0.39
Hex 74 61 52 0 10 1D 37 1A 11 27
Octal 164 141 122 0 20 35 67 32 21 47
Binary 1110100 1100001 1010010 0 10000 11101 110111 11010 10001 100111

Color Harmonies of #746152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746152

Black with #746152

Text Example


Text Example

White with #746152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746152; }

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

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

background-color css

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

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

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

border-color css

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

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

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