Html Css Color HEX #736255 Pine Cone

📋 copy color: '#736255'

red 115 ◦ green 98 ◦ blue 85

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

Shades of Pine Cone #736255

Tints of Pine Cone #736255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 38.59%
G = 32.89%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#736255 (or 0x736255) is known color: Pine Cone. HEX triplet: 73, 62 and 55. RGB value is (115,98,85). Sum of RGB (Red+Green+Blue) = 115+98+85=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #736255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736255 is #8C9DAA. Grayscale: #656565. Windows color (decimal): -9215403 or 5595763. OLE color: 5595763.

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

Color convert

RGB 115 98 85 -
CMYK 0 0.15 0.26 0.55
HSL 26º 0.15% 0.39% -
HSV(B) 26º 0.26% 0.45% -
XYZ 13.08 13.04 10.42 -
YUV 101.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 115 98 85 0 0.15 0.26 0.55 26 0.15 0.39
Hex 73 62 55 0 F 1A 37 1A F 27
Octal 163 142 125 0 17 32 67 32 17 47
Binary 1110011 1100010 1010101 0 1111 11010 110111 11010 1111 100111

Color Harmonies of #736255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736255

Black with #736255

Text Example


Text Example

White with #736255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736255; }

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

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

background-color css

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

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

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

border-color css

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

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

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