Html Css Color HEX #726153 Pine Cone

📋 copy color: '#726153'

red 114 ◦ green 97 ◦ blue 83

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

Shades of Pine Cone #726153

Tints of Pine Cone #726153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 38.78%
G = 32.99%
B = 28.23%

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

#726153 (or 0x726153) is known color: Pine Cone. HEX triplet: 72, 61 and 53. RGB value is (114,97,83). Sum of RGB (Red+Green+Blue) = 114+97+83=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #726153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726153 is #8D9EAC. Grayscale: #646464. Windows color (decimal): -9281197 or 5464434. OLE color: 5464434.

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

Color convert

RGB 114 97 83 -
CMYK 0 0.15 0.27 0.55
HSL 27.1º 0.16% 0.39% -
HSV(B) 27.1º 0.27% 0.45% -
XYZ 12.78 12.75 9.97 -
YUV 100.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 114 97 83 0 0.15 0.27 0.55 27.1 0.16 0.39
Hex 72 61 53 0 F 1B 37 1B 10 27
Octal 162 141 123 0 17 33 67 33 20 47
Binary 1110010 1100001 1010011 0 1111 11011 110111 11011 10000 100111

Color Harmonies of #726153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726153

Black with #726153

Text Example


Text Example

White with #726153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726153; }

 p { color: rgb(114,97,83); }

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

background-color css

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

 a { background-color: rgb(114,97,83); }

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

border-color css

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

 span { border-color: rgb(114,97,83); }

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