Html Css Color HEX #726340 Yellow Metal

📋 copy color: '#726340'

red 114 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #726340

Tints of Yellow Metal #726340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 41.16%
G = 35.74%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#726340 (or 0x726340) is known color: Yellow Metal. HEX triplet: 72, 63 and 40. RGB value is (114,99,64). Sum of RGB (Red+Green+Blue) = 114+99+64=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #726340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726340 is #8D9CBF. Grayscale: #636363. Windows color (decimal): -9280704 or 4219762. OLE color: 4219762.

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

Color convert

RGB 114 99 64 -
CMYK 0 0.13 0.44 0.55
HSL 42º 0.28% 0.35% -
HSV(B) 42º 0.44% 0.45% -
XYZ 12.33 12.87 6.69 -
YUV 99.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 114 99 64 0 0.13 0.44 0.55 42 0.28 0.35
Hex 72 63 40 0 D 2C 37 2A 1C 23
Octal 162 143 100 0 15 54 67 52 34 43
Binary 1110010 1100011 1000000 0 1101 101100 110111 101010 11100 100011

Color Harmonies of #726340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726340

Black with #726340

Text Example


Text Example

White with #726340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726340; }

 p { color: rgb(114,99,64); }

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

background-color css

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

 a { background-color: rgb(114,99,64); }

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

border-color css

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

 span { border-color: rgb(114,99,64); }

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