Html Css Color HEX #74604F Pine Cone

📋 copy color: '#74604F'

red 116 ◦ green 96 ◦ blue 79

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

Shades of Pine Cone #74604F

Tints of Pine Cone #74604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 39.86%
G = 32.99%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74604F (or 0x74604F) is known color: Pine Cone. HEX triplet: 74, 60 and 4F. RGB value is (116,96,79). Sum of RGB (Red+Green+Blue) = 116+96+79=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74604F is #8B9FB0. Grayscale: #646464. Windows color (decimal): -9150385 or 5202036. OLE color: 5202036.

HSL color Cylindrical-coordinate representation of color #74604F: hue angle of 27.57º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74604F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 79 -
CMYK 0 0.17 0.32 0.55
HSL 27.57º 0.19% 0.38% -
HSV(B) 27.57º 0.32% 0.45% -
XYZ 12.8 12.64 9.16 -
YUV 100.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 116 96 79 0 0.17 0.32 0.55 27.57 0.19 0.38
Hex 74 60 4F 0 11 20 37 1C 13 26
Octal 164 140 117 0 21 40 67 34 23 46
Binary 1110100 1100000 1001111 0 10001 100000 110111 11100 10011 100110

Color Harmonies of #74604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74604F

Black with #74604F

Text Example


Text Example

White with #74604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74604F; }

 p { color: rgb(116,96,79); }

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

background-color css

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

 a { background-color: rgb(116,96,79); }

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

border-color css

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

 span { border-color: rgb(116,96,79); }

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