Html Css Color HEX #726243 Yellow Metal

📋 copy color: '#726243'

red 114 ◦ green 98 ◦ blue 67

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

Shades of Yellow Metal #726243

Tints of Yellow Metal #726243

RGB

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

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

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

R = 40.86%
G = 35.13%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#726243 (or 0x726243) is known color: Yellow Metal. HEX triplet: 72, 62 and 43. RGB value is (114,98,67). Sum of RGB (Red+Green+Blue) = 114+98+67=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726243 is #8D9DBC. Grayscale: #636363. Windows color (decimal): -9280957 or 4416114. OLE color: 4416114.

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

Color convert

RGB 114 98 67 -
CMYK 0 0.14 0.41 0.55
HSL 39.57º 0.26% 0.35% -
HSV(B) 39.57º 0.41% 0.45% -
XYZ 12.32 12.72 7.12 -
YUV 99.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 114 98 67 0 0.14 0.41 0.55 39.57 0.26 0.35
Hex 72 62 43 0 E 29 37 28 1A 23
Octal 162 142 103 0 16 51 67 50 32 43
Binary 1110010 1100010 1000011 0 1110 101001 110111 101000 11010 100011

Color Harmonies of #726243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726243

Black with #726243

Text Example


Text Example

White with #726243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726243; }

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

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

background-color css

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

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

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

border-color css

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

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

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