Html Css Color HEX #736350 Pine Cone

📋 copy color: '#736350'

red 115 ◦ green 99 ◦ blue 80

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

Shades of Pine Cone #736350

Tints of Pine Cone #736350

RGB

 RED value IS 115 (45.31% from 255) = 39.12%

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 39.12%
G = 33.67%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#736350 (or 0x736350) is known color: Pine Cone. HEX triplet: 73, 63 and 50. RGB value is (115,99,80). Sum of RGB (Red+Green+Blue) = 115+99+80=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #736350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736350 is #8C9CAF. Grayscale: #656565. Windows color (decimal): -9215152 or 5268339. OLE color: 5268339.

HSL color Cylindrical-coordinate representation of color #736350: hue angle of 32.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736350 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 99 80 -
CMYK 0 0.14 0.30 0.55
HSL 32.57º 0.18% 0.38% -
HSV(B) 32.57º 0.3% 0.45% -
XYZ 12.98 13.15 9.44 -
YUV 101.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 115 99 80 0 0.14 0.30 0.55 32.57 0.18 0.38
Hex 73 63 50 0 E 1E 37 21 12 26
Octal 163 143 120 0 16 36 67 41 22 46
Binary 1110011 1100011 1010000 0 1110 11110 110111 100001 10010 100110

Color Harmonies of #736350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736350

Black with #736350

Text Example


Text Example

White with #736350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736350; }

 p { color: rgb(115,99,80); }

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

background-color css

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

 a { background-color: rgb(115,99,80); }

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

border-color css

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

 span { border-color: rgb(115,99,80); }

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