Html Css Color HEX #726242 Yellow Metal

📋 copy color: '#726242'

red 114 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #726242

Tints of Yellow Metal #726242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 41.01%
G = 35.25%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#726242 (or 0x726242) is known color: Yellow Metal. HEX triplet: 72, 62 and 42. RGB value is (114,98,66). Sum of RGB (Red+Green+Blue) = 114+98+66=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #726242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726242 is #8D9DBD. Grayscale: #636363. Windows color (decimal): -9280958 or 4350578. OLE color: 4350578.

HSL color Cylindrical-coordinate representation of color #726242: hue angle of 40º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #726242 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 66 -
CMYK 0 0.14 0.42 0.55
HSL 40º 0.27% 0.35% -
HSV(B) 40º 0.42% 0.45% -
XYZ 12.29 12.71 6.96 -
YUV 99.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 114 98 66 0 0.14 0.42 0.55 40 0.27 0.35
Hex 72 62 42 0 E 2A 37 28 1B 23
Octal 162 142 102 0 16 52 67 50 33 43
Binary 1110010 1100010 1000010 0 1110 101010 110111 101000 11011 100011

Color Harmonies of #726242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726242

Black with #726242

Text Example


Text Example

White with #726242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726242; }

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

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

background-color css

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

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

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

border-color css

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

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

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