Html Css Color HEX #726043 Yellow Metal

📋 copy color: '#726043'

red 114 ◦ green 96 ◦ blue 67

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

Shades of Yellow Metal #726043

Tints of Yellow Metal #726043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 41.16%
G = 34.66%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#726043 (or 0x726043) is known color: Yellow Metal. HEX triplet: 72, 60 and 43. RGB value is (114,96,67). Sum of RGB (Red+Green+Blue) = 114+96+67=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #726043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726043 is #8D9FBC. Grayscale: #626262. Windows color (decimal): -9281469 or 4415602. OLE color: 4415602.

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

Color convert

RGB 114 96 67 -
CMYK 0 0.16 0.41 0.55
HSL 37.02º 0.26% 0.35% -
HSV(B) 37.02º 0.41% 0.45% -
XYZ 12.14 12.35 7.05 -
YUV 98.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 114 96 67 0 0.16 0.41 0.55 37.02 0.26 0.35
Hex 72 60 43 0 10 29 37 25 1A 23
Octal 162 140 103 0 20 51 67 45 32 43
Binary 1110010 1100000 1000011 0 10000 101001 110111 100101 11010 100011

Color Harmonies of #726043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726043

Black with #726043

Text Example


Text Example

White with #726043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726043; }

 p { color: rgb(114,96,67); }

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

background-color css

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

 a { background-color: rgb(114,96,67); }

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

border-color css

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

 span { border-color: rgb(114,96,67); }

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