Html Css Color HEX #736252 Pine Cone

📋 copy color: '#736252'

red 115 ◦ green 98 ◦ blue 82

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

Shades of Pine Cone #736252

Tints of Pine Cone #736252

RGB

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

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

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

R = 38.98%
G = 33.22%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#736252 (or 0x736252) is known color: Pine Cone. HEX triplet: 73, 62 and 52. RGB value is (115,98,82). Sum of RGB (Red+Green+Blue) = 115+98+82=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736252 is #8C9DAD. Grayscale: #656565. Windows color (decimal): -9215406 or 5399155. OLE color: 5399155.

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

Color convert

RGB 115 98 82 -
CMYK 0 0.15 0.29 0.55
HSL 29.09º 0.17% 0.39% -
HSV(B) 29.09º 0.29% 0.45% -
XYZ 12.96 12.99 9.81 -
YUV 101.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 115 98 82 0 0.15 0.29 0.55 29.09 0.17 0.39
Hex 73 62 52 0 F 1D 37 1D 11 27
Octal 163 142 122 0 17 35 67 35 21 47
Binary 1110011 1100010 1010010 0 1111 11101 110111 11101 10001 100111

Color Harmonies of #736252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736252

Black with #736252

Text Example


Text Example

White with #736252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736252; }

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

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

background-color css

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

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

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

border-color css

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

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

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