Html Css Color HEX #736452 Pine Cone

📋 copy color: '#736452'

red 115 ◦ green 100 ◦ blue 82

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

Shades of Pine Cone #736452

Tints of Pine Cone #736452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 38.72%
G = 33.67%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#736452 (or 0x736452) is known color: Pine Cone. HEX triplet: 73, 64 and 52. RGB value is (115,100,82). Sum of RGB (Red+Green+Blue) = 115+100+82=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #736452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736452 is #8C9BAD. Grayscale: #666666. Windows color (decimal): -9214894 or 5399667. OLE color: 5399667.

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

Color convert

RGB 115 100 82 -
CMYK 0 0.13 0.29 0.55
HSL 32.73º 0.17% 0.39% -
HSV(B) 32.73º 0.29% 0.45% -
XYZ 13.15 13.37 9.87 -
YUV 102.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 115 100 82 0 0.13 0.29 0.55 32.73 0.17 0.39
Hex 73 64 52 0 D 1D 37 21 11 27
Octal 163 144 122 0 15 35 67 41 21 47
Binary 1110011 1100100 1010010 0 1101 11101 110111 100001 10001 100111

Color Harmonies of #736452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736452

Black with #736452

Text Example


Text Example

White with #736452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736452; }

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

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

background-color css

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

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

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

border-color css

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

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

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