Html Css Color HEX #726038 Yellow Metal

📋 copy color: '#726038'

red 114 ◦ green 96 ◦ blue 56

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

Shades of Yellow Metal #726038

Tints of Yellow Metal #726038

RGB

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

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

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

R = 42.86%
G = 36.09%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#726038 (or 0x726038) is known color: Yellow Metal. HEX triplet: 72, 60 and 38. RGB value is (114,96,56). Sum of RGB (Red+Green+Blue) = 114+96+56=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726038 is #8D9FC7. Grayscale: #616161. Windows color (decimal): -9281480 or 3694706. OLE color: 3694706.

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

Color convert

RGB 114 96 56 -
CMYK 0 0.16 0.51 0.55
HSL 41.38º 0.34% 0.33% -
HSV(B) 41.38º 0.51% 0.45% -
XYZ 11.84 12.23 5.48 -
YUV 96.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 114 96 56 0 0.16 0.51 0.55 41.38 0.34 0.33
Hex 72 60 38 0 10 33 37 29 22 21
Octal 162 140 70 0 20 63 67 51 42 41
Binary 1110010 1100000 111000 0 10000 110011 110111 101001 100010 100001

Color Harmonies of #726038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726038

Black with #726038

Text Example


Text Example

White with #726038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726038; }

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

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

background-color css

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

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

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

border-color css

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

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

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