Html Css Color HEX #736152 Pine Cone

📋 copy color: '#736152'

red 115 ◦ green 97 ◦ blue 82

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

Shades of Pine Cone #736152

Tints of Pine Cone #736152

RGB

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

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

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

R = 39.12%
G = 32.99%
B = 27.89%

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

#736152 (or 0x736152) is known color: Pine Cone. HEX triplet: 73, 61 and 52. RGB value is (115,97,82). Sum of RGB (Red+Green+Blue) = 115+97+82=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #736152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736152 is #8C9EAD. Grayscale: #646464. Windows color (decimal): -9215662 or 5398899. OLE color: 5398899.

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

Color convert

RGB 115 97 82 -
CMYK 0 0.16 0.29 0.55
HSL 27.27º 0.17% 0.39% -
HSV(B) 27.27º 0.29% 0.45% -
XYZ 12.87 12.8 9.78 -
YUV 100.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 115 97 82 0 0.16 0.29 0.55 27.27 0.17 0.39
Hex 73 61 52 0 10 1D 37 1B 11 27
Octal 163 141 122 0 20 35 67 33 21 47
Binary 1110011 1100001 1010010 0 10000 11101 110111 11011 10001 100111

Color Harmonies of #736152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736152

Black with #736152

Text Example


Text Example

White with #736152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736152; }

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

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

background-color css

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

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

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

border-color css

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

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

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