Html Css Color HEX #726418 Yukon Gold

📋 copy color: '#726418'

red 114 ◦ green 100 ◦ blue 24

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

Shades of Yukon Gold #726418

Tints of Yukon Gold #726418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 47.9%
G = 42.02%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#726418 (or 0x726418) is known color: Yukon Gold. HEX triplet: 72, 64 and 18. RGB value is (114,100,24). Sum of RGB (Red+Green+Blue) = 114+100+24=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #726418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726418 is #8D9BE7. Grayscale: #5F5F5F. Windows color (decimal): -9280488 or 1598578. OLE color: 1598578.

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

Color convert

RGB 114 100 24 -
CMYK 0 0.12 0.79 0.55
HSL 50.67º 0.65% 0.27% -
HSV(B) 50.67º 0.79% 0.45% -
XYZ 11.66 12.76 2.71 -
YUV 95.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 114 100 24 0 0.12 0.79 0.55 50.67 0.65 0.27
Hex 72 64 18 0 C 4F 37 33 41 1B
Octal 162 144 30 0 14 117 67 63 101 33
Binary 1110010 1100100 11000 0 1100 1001111 110111 110011 1000001 11011

Color Harmonies of #726418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726418

Black with #726418

Text Example


Text Example

White with #726418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726418; }

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

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

background-color css

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

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

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

border-color css

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

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

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