Html Css Color HEX #736518 Yukon Gold

📋 copy color: '#736518'

red 115 ◦ green 101 ◦ blue 24

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

Shades of Yukon Gold #736518

Tints of Yukon Gold #736518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 47.92%
G = 42.08%
B = 10%

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

#736518 (or 0x736518) is known color: Yukon Gold. HEX triplet: 73, 65 and 18. RGB value is (115,101,24). Sum of RGB (Red+Green+Blue) = 115+101+24=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #736518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736518 is #8C9AE7. Grayscale: #606060. Windows color (decimal): -9214696 or 1598835. OLE color: 1598835.

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

Color convert

RGB 115 101 24 -
CMYK 0 0.12 0.79 0.55
HSL 50.77º 0.65% 0.27% -
HSV(B) 50.77º 0.79% 0.45% -
XYZ 11.89 13.02 2.75 -
YUV 96.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 115 101 24 0 0.12 0.79 0.55 50.77 0.65 0.27
Hex 73 65 18 0 C 4F 37 33 41 1B
Octal 163 145 30 0 14 117 67 63 101 33
Binary 1110011 1100101 11000 0 1100 1001111 110111 110011 1000001 11011

Color Harmonies of #736518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736518

Black with #736518

Text Example


Text Example

White with #736518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736518; }

 p { color: rgb(115,101,24); }

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

background-color css

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

 a { background-color: rgb(115,101,24); }

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

border-color css

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

 span { border-color: rgb(115,101,24); }

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