Html Css Color HEX #726141 Yellow Metal

📋 copy color: '#726141'

red 114 ◦ green 97 ◦ blue 65

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

Shades of Yellow Metal #726141

Tints of Yellow Metal #726141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 41.3%
G = 35.14%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#726141 (or 0x726141) is known color: Yellow Metal. HEX triplet: 72, 61 and 41. RGB value is (114,97,65). Sum of RGB (Red+Green+Blue) = 114+97+65=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #726141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726141 is #8D9EBE. Grayscale: #626262. Windows color (decimal): -9281215 or 4284786. OLE color: 4284786.

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

Color convert

RGB 114 97 65 -
CMYK 0 0.15 0.43 0.55
HSL 39.18º 0.27% 0.35% -
HSV(B) 39.18º 0.43% 0.45% -
XYZ 12.17 12.51 6.77 -
YUV 98.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 114 97 65 0 0.15 0.43 0.55 39.18 0.27 0.35
Hex 72 61 41 0 F 2B 37 27 1B 23
Octal 162 141 101 0 17 53 67 47 33 43
Binary 1110010 1100001 1000001 0 1111 101011 110111 100111 11011 100011

Color Harmonies of #726141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726141

Black with #726141

Text Example


Text Example

White with #726141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726141; }

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

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

background-color css

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

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

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

border-color css

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

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

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