Html Css Color HEX #726244 Yellow Metal

📋 copy color: '#726244'

red 114 ◦ green 98 ◦ blue 68

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

Shades of Yellow Metal #726244

Tints of Yellow Metal #726244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 68 (26.95% from 255) = 24.29%

R = 40.71%
G = 35%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#726244 (or 0x726244) is known color: Yellow Metal. HEX triplet: 72, 62 and 44. RGB value is (114,98,68). Sum of RGB (Red+Green+Blue) = 114+98+68=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726244 is #8D9DBB. Grayscale: #636363. Windows color (decimal): -9280956 or 4481650. OLE color: 4481650.

HSL color Cylindrical-coordinate representation of color #726244: hue angle of 39.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726244 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 68 -
CMYK 0 0.14 0.40 0.55
HSL 39.13º 0.25% 0.36% -
HSV(B) 39.13º 0.4% 0.45% -
XYZ 12.35 12.73 7.28 -
YUV 99.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 114 98 68 0 0.14 0.40 0.55 39.13 0.25 0.36
Hex 72 62 44 0 E 28 37 27 19 24
Octal 162 142 104 0 16 50 67 47 31 44
Binary 1110010 1100010 1000100 0 1110 101000 110111 100111 11001 100100

Color Harmonies of #726244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726244

Black with #726244

Text Example


Text Example

White with #726244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726244; }

 p { color: rgb(114,98,68); }

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

background-color css

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

 a { background-color: rgb(114,98,68); }

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

border-color css

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

 span { border-color: rgb(114,98,68); }

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