Html Css Color HEX #726353 Pine Cone

📋 copy color: '#726353'

red 114 ◦ green 99 ◦ blue 83

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

Shades of Pine Cone #726353

Tints of Pine Cone #726353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 38.51%
G = 33.45%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#726353 (or 0x726353) is known color: Pine Cone. HEX triplet: 72, 63 and 53. RGB value is (114,99,83). Sum of RGB (Red+Green+Blue) = 114+99+83=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726353 is #8D9CAC. Grayscale: #656565. Windows color (decimal): -9280685 or 5464946. OLE color: 5464946.

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

Color convert

RGB 114 99 83 -
CMYK 0 0.13 0.27 0.55
HSL 30.97º 0.16% 0.39% -
HSV(B) 30.97º 0.27% 0.45% -
XYZ 12.96 13.13 10.03 -
YUV 101.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 114 99 83 0 0.13 0.27 0.55 30.97 0.16 0.39
Hex 72 63 53 0 D 1B 37 1F 10 27
Octal 162 143 123 0 15 33 67 37 20 47
Binary 1110010 1100011 1010011 0 1101 11011 110111 11111 10000 100111

Color Harmonies of #726353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726353

Black with #726353

Text Example


Text Example

White with #726353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726353; }

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

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

background-color css

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

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

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

border-color css

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

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

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