Html Css Color HEX #736150 Pine Cone

📋 copy color: '#736150'

red 115 ◦ green 97 ◦ blue 80

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

Shades of Pine Cone #736150

Tints of Pine Cone #736150

RGB

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

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

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

R = 39.38%
G = 33.22%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#736150 (or 0x736150) is known color: Pine Cone. HEX triplet: 73, 61 and 50. RGB value is (115,97,80). Sum of RGB (Red+Green+Blue) = 115+97+80=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #736150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736150 is #8C9EAF. Grayscale: #646464. Windows color (decimal): -9215664 or 5267827. OLE color: 5267827.

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

Color convert

RGB 115 97 80 -
CMYK 0 0.16 0.30 0.55
HSL 29.14º 0.18% 0.38% -
HSV(B) 29.14º 0.3% 0.45% -
XYZ 12.79 12.77 9.38 -
YUV 100.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 115 97 80 0 0.16 0.30 0.55 29.14 0.18 0.38
Hex 73 61 50 0 10 1E 37 1D 12 26
Octal 163 141 120 0 20 36 67 35 22 46
Binary 1110011 1100001 1010000 0 10000 11110 110111 11101 10010 100110

Color Harmonies of #736150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736150

Black with #736150

Text Example


Text Example

White with #736150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736150; }

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

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

background-color css

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

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

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

border-color css

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

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

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