Html Css Color HEX #726342 Yellow Metal

📋 copy color: '#726342'

red 114 ◦ green 99 ◦ blue 66

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

Shades of Yellow Metal #726342

Tints of Yellow Metal #726342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 40.86%
G = 35.48%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#726342 (or 0x726342) is known color: Yellow Metal. HEX triplet: 72, 63 and 42. RGB value is (114,99,66). Sum of RGB (Red+Green+Blue) = 114+99+66=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726342 is #8D9CBD. Grayscale: #636363. Windows color (decimal): -9280702 or 4350834. OLE color: 4350834.

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

Color convert

RGB 114 99 66 -
CMYK 0 0.13 0.42 0.55
HSL 41.25º 0.27% 0.35% -
HSV(B) 41.25º 0.42% 0.45% -
XYZ 12.38 12.89 6.99 -
YUV 99.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 114 99 66 0 0.13 0.42 0.55 41.25 0.27 0.35
Hex 72 63 42 0 D 2A 37 29 1B 23
Octal 162 143 102 0 15 52 67 51 33 43
Binary 1110010 1100011 1000010 0 1101 101010 110111 101001 11011 100011

Color Harmonies of #726342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726342

Black with #726342

Text Example


Text Example

White with #726342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726342; }

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

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

background-color css

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

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

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

border-color css

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

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

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