Html Css Color HEX #726453 Pine Cone

📋 copy color: '#726453'

red 114 ◦ green 100 ◦ blue 83

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

Shades of Pine Cone #726453

Tints of Pine Cone #726453

RGB

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

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

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

R = 38.38%
G = 33.67%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#726453 (or 0x726453) is known color: Pine Cone. HEX triplet: 72, 64 and 53. RGB value is (114,100,83). Sum of RGB (Red+Green+Blue) = 114+100+83=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726453 is #8D9BAC. Grayscale: #666666. Windows color (decimal): -9280429 or 5465202. OLE color: 5465202.

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

Color convert

RGB 114 100 83 -
CMYK 0 0.12 0.27 0.55
HSL 32.9º 0.16% 0.39% -
HSV(B) 32.9º 0.27% 0.45% -
XYZ 13.06 13.32 10.07 -
YUV 102.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 114 100 83 0 0.12 0.27 0.55 32.9 0.16 0.39
Hex 72 64 53 0 C 1B 37 21 10 27
Octal 162 144 123 0 14 33 67 41 20 47
Binary 1110010 1100100 1010011 0 1100 11011 110111 100001 10000 100111

Color Harmonies of #726453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726453

Black with #726453

Text Example


Text Example

White with #726453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726453; }

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

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

background-color css

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

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

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

border-color css

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

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

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