Html Css Color HEX #726312 Yukon Gold

📋 copy color: '#726312'

red 114 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #726312

Tints of Yukon Gold #726312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 49.35%
G = 42.86%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#726312 (or 0x726312) is known color: Yukon Gold. HEX triplet: 72, 63 and 12. RGB value is (114,99,18). Sum of RGB (Red+Green+Blue) = 114+99+18=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #726312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726312 is #8D9CED. Grayscale: #5E5E5E. Windows color (decimal): -9280750 or 1205106. OLE color: 1205106.

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

Color convert

RGB 114 99 18 -
CMYK 0 0.13 0.84 0.55
HSL 50.63º 0.73% 0.26% -
HSV(B) 50.63º 0.84% 0.45% -
XYZ 11.51 12.54 2.39 -
YUV 94.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 114 99 18 0 0.13 0.84 0.55 50.63 0.73 0.26
Hex 72 63 12 0 D 54 37 33 49 1A
Octal 162 143 22 0 15 124 67 63 111 32
Binary 1110010 1100011 10010 0 1101 1010100 110111 110011 1001001 11010

Color Harmonies of #726312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726312

Black with #726312

Text Example


Text Example

White with #726312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726312; }

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

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

background-color css

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

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

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

border-color css

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

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

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