Html Css Color HEX #736254 Pine Cone

📋 copy color: '#736254'

red 115 ◦ green 98 ◦ blue 84

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

Shades of Pine Cone #736254

Tints of Pine Cone #736254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.28%

R = 38.72%
G = 33%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#736254 (or 0x736254) is known color: Pine Cone. HEX triplet: 73, 62 and 54. RGB value is (115,98,84). Sum of RGB (Red+Green+Blue) = 115+98+84=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #736254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736254 is #8C9DAB. Grayscale: #656565. Windows color (decimal): -9215404 or 5530227. OLE color: 5530227.

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

Color convert

RGB 115 98 84 -
CMYK 0 0.15 0.27 0.55
HSL 27.1º 0.16% 0.39% -
HSV(B) 27.1º 0.27% 0.45% -
XYZ 13.04 13.02 10.21 -
YUV 101.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 115 98 84 0 0.15 0.27 0.55 27.1 0.16 0.39
Hex 73 62 54 0 F 1B 37 1B 10 27
Octal 163 142 124 0 17 33 67 33 20 47
Binary 1110011 1100010 1010100 0 1111 11011 110111 11011 10000 100111

Color Harmonies of #736254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736254

Black with #736254

Text Example


Text Example

White with #736254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736254; }

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

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

background-color css

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

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

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

border-color css

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

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

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