Html Css Color HEX #726211 Yukon Gold

📋 copy color: '#726211'

red 114 ◦ green 98 ◦ blue 17

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

Shades of Yukon Gold #726211

Tints of Yukon Gold #726211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 49.78%
G = 42.79%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#726211 (or 0x726211) is known color: Yukon Gold. HEX triplet: 72, 62 and 11. RGB value is (114,98,17). Sum of RGB (Red+Green+Blue) = 114+98+17=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726211 is #8D9DEE. Grayscale: #5D5D5D. Windows color (decimal): -9281007 or 1139314. OLE color: 1139314.

HSL color Cylindrical-coordinate representation of color #726211: hue angle of 50.1º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #726211 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 17 -
CMYK 0 0.14 0.85 0.55
HSL 50.1º 0.74% 0.26% -
HSV(B) 50.1º 0.85% 0.45% -
XYZ 11.41 12.35 2.31 -
YUV 93.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 114 98 17 0 0.14 0.85 0.55 50.1 0.74 0.26
Hex 72 62 11 0 E 55 37 32 4A 1A
Octal 162 142 21 0 16 125 67 62 112 32
Binary 1110010 1100010 10001 0 1110 1010101 110111 110010 1001010 11010

Color Harmonies of #726211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726211

Black with #726211

Text Example


Text Example

White with #726211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726211; }

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

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

background-color css

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

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

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

border-color css

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

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

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