Html Css Color HEX #726555 Pine Cone

📋 copy color: '#726555'

red 114 ◦ green 101 ◦ blue 85

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

Shades of Pine Cone #726555

Tints of Pine Cone #726555

RGB

 RED value IS 114 (44.92% from 255) = 38%

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 38%
G = 33.67%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726555 (or 0x726555) is known color: Pine Cone. HEX triplet: 72, 65 and 55. RGB value is (114,101,85). Sum of RGB (Red+Green+Blue) = 114+101+85=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726555 is #8D9AAA. Grayscale: #676767. Windows color (decimal): -9280171 or 5596530. OLE color: 5596530.

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

Color convert

RGB 114 101 85 -
CMYK 0 0.11 0.25 0.55
HSL 33.1º 0.15% 0.39% -
HSV(B) 33.1º 0.25% 0.45% -
XYZ 13.23 13.54 10.51 -
YUV 103.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 114 101 85 0 0.11 0.25 0.55 33.1 0.15 0.39
Hex 72 65 55 0 B 19 37 21 F 27
Octal 162 145 125 0 13 31 67 41 17 47
Binary 1110010 1100101 1010101 0 1011 11001 110111 100001 1111 100111

Color Harmonies of #726555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726555

Black with #726555

Text Example


Text Example

White with #726555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726555; }

 p { color: rgb(114,101,85); }

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

background-color css

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

 a { background-color: rgb(114,101,85); }

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

border-color css

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

 span { border-color: rgb(114,101,85); }

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