Html Css Color HEX #736355 Pine Cone

📋 copy color: '#736355'

red 115 ◦ green 99 ◦ blue 85

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

Shades of Pine Cone #736355

Tints of Pine Cone #736355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 38.46%
G = 33.11%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#736355 (or 0x736355) is known color: Pine Cone. HEX triplet: 73, 63 and 55. RGB value is (115,99,85). Sum of RGB (Red+Green+Blue) = 115+99+85=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736355 is #8C9CAA. Grayscale: #666666. Windows color (decimal): -9215147 or 5596019. OLE color: 5596019.

HSL color Cylindrical-coordinate representation of color #736355: hue angle of 28º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736355 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 99 85 -
CMYK 0 0.14 0.26 0.55
HSL 28º 0.15% 0.39% -
HSV(B) 28º 0.26% 0.45% -
XYZ 13.17 13.22 10.45 -
YUV 102.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 115 99 85 0 0.14 0.26 0.55 28 0.15 0.39
Hex 73 63 55 0 E 1A 37 1C F 27
Octal 163 143 125 0 16 32 67 34 17 47
Binary 1110011 1100011 1010101 0 1110 11010 110111 11100 1111 100111

Color Harmonies of #736355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736355

Black with #736355

Text Example


Text Example

White with #736355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736355; }

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

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

background-color css

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

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

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

border-color css

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

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

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