Html Css Color HEX #726841 Yellow Metal

📋 copy color: '#726841'

red 114 ◦ green 104 ◦ blue 65

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

Shades of Yellow Metal #726841

Tints of Yellow Metal #726841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

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

R = 40.28%
G = 36.75%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#726841 (or 0x726841) is known color: Yellow Metal. HEX triplet: 72, 68 and 41. RGB value is (114,104,65). Sum of RGB (Red+Green+Blue) = 114+104+65=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726841 is #8D97BE. Grayscale: #666666. Windows color (decimal): -9279423 or 4286578. OLE color: 4286578.

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

Color convert

RGB 114 104 65 -
CMYK 0 0.09 0.43 0.55
HSL 47.76º 0.27% 0.35% -
HSV(B) 47.76º 0.43% 0.45% -
XYZ 12.84 13.86 7 -
YUV 102.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 114 104 65 0 0.09 0.43 0.55 47.76 0.27 0.35
Hex 72 68 41 0 9 2B 37 30 1B 23
Octal 162 150 101 0 11 53 67 60 33 43
Binary 1110010 1101000 1000001 0 1001 101011 110111 110000 11011 100011

Color Harmonies of #726841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726841

Black with #726841

Text Example


Text Example

White with #726841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726841; }

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

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

background-color css

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

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

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

border-color css

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

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

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