Html Css Color HEX #726142 Yellow Metal

📋 copy color: '#726142'

red 114 ◦ green 97 ◦ blue 66

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

Shades of Yellow Metal #726142

Tints of Yellow Metal #726142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 41.16%
G = 35.02%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#726142 (or 0x726142) is known color: Yellow Metal. HEX triplet: 72, 61 and 42. RGB value is (114,97,66). Sum of RGB (Red+Green+Blue) = 114+97+66=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #726142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726142 is #8D9EBD. Grayscale: #626262. Windows color (decimal): -9281214 or 4350322. OLE color: 4350322.

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

Color convert

RGB 114 97 66 -
CMYK 0 0.15 0.42 0.55
HSL 38.75º 0.27% 0.35% -
HSV(B) 38.75º 0.42% 0.45% -
XYZ 12.2 12.52 6.93 -
YUV 98.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 114 97 66 0 0.15 0.42 0.55 38.75 0.27 0.35
Hex 72 61 42 0 F 2A 37 27 1B 23
Octal 162 141 102 0 17 52 67 47 33 43
Binary 1110010 1100001 1000010 0 1111 101010 110111 100111 11011 100011

Color Harmonies of #726142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726142

Black with #726142

Text Example


Text Example

White with #726142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726142; }

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

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

background-color css

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

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

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

border-color css

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

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

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