Html Css Color HEX #726438 Yellow Metal

📋 copy color: '#726438'

red 114 ◦ green 100 ◦ blue 56

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

Shades of Yellow Metal #726438

Tints of Yellow Metal #726438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 42.22%
G = 37.04%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#726438 (or 0x726438) is known color: Yellow Metal. HEX triplet: 72, 64 and 38. RGB value is (114,100,56). Sum of RGB (Red+Green+Blue) = 114+100+56=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #726438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726438 is #8D9BC7. Grayscale: #636363. Windows color (decimal): -9280456 or 3695730. OLE color: 3695730.

HSL color Cylindrical-coordinate representation of color #726438: hue angle of 45.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726438 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 56 -
CMYK 0 0.12 0.51 0.55
HSL 45.52º 0.34% 0.33% -
HSV(B) 45.52º 0.51% 0.45% -
XYZ 12.21 12.98 5.6 -
YUV 99.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 114 100 56 0 0.12 0.51 0.55 45.52 0.34 0.33
Hex 72 64 38 0 C 33 37 2E 22 21
Octal 162 144 70 0 14 63 67 56 42 41
Binary 1110010 1100100 111000 0 1100 110011 110111 101110 100010 100001

Color Harmonies of #726438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726438

Black with #726438

Text Example


Text Example

White with #726438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726438; }

 p { color: rgb(114,100,56); }

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

background-color css

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

 a { background-color: rgb(114,100,56); }

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

border-color css

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

 span { border-color: rgb(114,100,56); }

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