#735C18

Color #735C18 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #735C18

Tints of Yukon Gold #735C18

Color information

#735C18 (or 0x735C18) is unknown color: approx Yukon Gold. HEX triplet: 73, 5C and 18. RGB value is (115,92,24). Sum of RGB (Red+Green+Blue) = 115+92+24=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #735C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C18 is #8CA3E7. Grayscale: #5B5B5B. Windows color (decimal): -9217000 or 1596531. OLE color: 1596531.

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

Color convert

RGB1159224-
CMYK00.200.790.55
HSL44.84º65.47%27.25%-
HSV(B)44.84º79.13%45.1%-
XYZ11.0611.372.47-
YUV91.1290.12145.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=49.78%
G=39.83%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115922400.200.790.5544.8465.4727.25
Hex735C180144F372d411b
Octal16313430024117675510133
Binary11100111011100110000101001001111110111101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C18; }

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

 H1.HeaderClassName
 {
   color: #735C18;
 }
 .AnyTagClassName
 {
   color: #735C18;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #735C18;
 }
 .BgClassName
 {
   background-color: #735C18;
 }
</style>
border-color css

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

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

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