Html Css Color HEX #726318 Yukon Gold

📋 copy color: '#726318'

red 114 ◦ green 99 ◦ blue 24

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

Shades of Yukon Gold #726318

Tints of Yukon Gold #726318

RGB

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

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

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

R = 48.1%
G = 41.77%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#726318 (or 0x726318) is known color: Yukon Gold. HEX triplet: 72, 63 and 18. RGB value is (114,99,24). Sum of RGB (Red+Green+Blue) = 114+99+24=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726318 is #8D9CE7. Grayscale: #5F5F5F. Windows color (decimal): -9280744 or 1598322. OLE color: 1598322.

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

Color convert

RGB 114 99 24 -
CMYK 0 0.13 0.79 0.55
HSL 50º 0.65% 0.27% -
HSV(B) 50º 0.79% 0.45% -
XYZ 11.57 12.57 2.68 -
YUV 94.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 114 99 24 0 0.13 0.79 0.55 50 0.65 0.27
Hex 72 63 18 0 D 4F 37 32 41 1B
Octal 162 143 30 0 15 117 67 62 101 33
Binary 1110010 1100011 11000 0 1101 1001111 110111 110010 1000001 11011

Color Harmonies of #726318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726318

Black with #726318

Text Example


Text Example

White with #726318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726318; }

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

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

background-color css

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

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

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

border-color css

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

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

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