Html Css Color HEX #726039 Yellow Metal

📋 copy color: '#726039'

red 114 ◦ green 96 ◦ blue 57

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

Shades of Yellow Metal #726039

Tints of Yellow Metal #726039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 42.7%
G = 35.96%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#726039 (or 0x726039) is known color: Yellow Metal. HEX triplet: 72, 60 and 39. RGB value is (114,96,57). Sum of RGB (Red+Green+Blue) = 114+96+57=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726039 is #8D9FC6. Grayscale: #616161. Windows color (decimal): -9281479 or 3760242. OLE color: 3760242.

HSL color Cylindrical-coordinate representation of color #726039: hue angle of 41.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726039 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 57 -
CMYK 0 0.16 0.50 0.55
HSL 41.05º 0.33% 0.34% -
HSV(B) 41.05º 0.5% 0.45% -
XYZ 11.86 12.24 5.61 -
YUV 96.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 114 96 57 0 0.16 0.50 0.55 41.05 0.33 0.34
Hex 72 60 39 0 10 32 37 29 21 22
Octal 162 140 71 0 20 62 67 51 41 42
Binary 1110010 1100000 111001 0 10000 110010 110111 101001 100001 100010

Color Harmonies of #726039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726039

Black with #726039

Text Example


Text Example

White with #726039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726039; }

 p { color: rgb(114,96,57); }

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

background-color css

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

 a { background-color: rgb(114,96,57); }

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

border-color css

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

 span { border-color: rgb(114,96,57); }

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