Html Css Color HEX #746452 Pine Cone

📋 copy color: '#746452'

red 116 ◦ green 100 ◦ blue 82

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

Shades of Pine Cone #746452

Tints of Pine Cone #746452

RGB

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

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

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

R = 38.93%
G = 33.56%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#746452 (or 0x746452) is known color: Pine Cone. HEX triplet: 74, 64 and 52. RGB value is (116,100,82). Sum of RGB (Red+Green+Blue) = 116+100+82=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746452 is #8B9BAD. Grayscale: #666666. Windows color (decimal): -9149358 or 5399668. OLE color: 5399668.

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

Color convert

RGB 116 100 82 -
CMYK 0 0.14 0.29 0.55
HSL 31.76º 0.17% 0.39% -
HSV(B) 31.76º 0.29% 0.45% -
XYZ 13.28 13.44 9.88 -
YUV 102.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 116 100 82 0 0.14 0.29 0.55 31.76 0.17 0.39
Hex 74 64 52 0 E 1D 37 20 11 27
Octal 164 144 122 0 16 35 67 40 21 47
Binary 1110100 1100100 1010010 0 1110 11101 110111 100000 10001 100111

Color Harmonies of #746452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746452

Black with #746452

Text Example


Text Example

White with #746452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746452; }

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

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

background-color css

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

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

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

border-color css

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

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

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