Html Css Color HEX #736212 Yukon Gold

📋 copy color: '#736212'

red 115 ◦ green 98 ◦ blue 18

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

Shades of Yukon Gold #736212

Tints of Yukon Gold #736212

RGB

 RED value IS 115 (45.31% from 255) = 49.78%

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

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

R = 49.78%
G = 42.42%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#736212 (or 0x736212) is known color: Yukon Gold. HEX triplet: 73, 62 and 12. RGB value is (115,98,18). Sum of RGB (Red+Green+Blue) = 115+98+18=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736212 is #8C9DED. Grayscale: #5E5E5E. Windows color (decimal): -9215470 or 1204851. OLE color: 1204851.

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

Color convert

RGB 115 98 18 -
CMYK 0 0.15 0.84 0.55
HSL 49.48º 0.73% 0.26% -
HSV(B) 49.48º 0.84% 0.45% -
XYZ 11.55 12.42 2.36 -
YUV 93.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 115 98 18 0 0.15 0.84 0.55 49.48 0.73 0.26
Hex 73 62 12 0 F 54 37 31 49 1A
Octal 163 142 22 0 17 124 67 61 111 32
Binary 1110011 1100010 10010 0 1111 1010100 110111 110001 1001001 11010

Color Harmonies of #736212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736212

Black with #736212

Text Example


Text Example

White with #736212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736212; }

 p { color: rgb(115,98,18); }

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

background-color css

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

 a { background-color: rgb(115,98,18); }

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

border-color css

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

 span { border-color: rgb(115,98,18); }

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