#735D19

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

Shades of Yukon Gold #735D19

Tints of Yukon Gold #735D19

Color information

#735D19 (or 0x735D19) is unknown color: approx Yukon Gold. HEX triplet: 73, 5D and 19. RGB value is (115,93,25). Sum of RGB (Red+Green+Blue) = 115+93+25=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #735D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D19 is #8CA2E6. Grayscale: #5C5C5C. Windows color (decimal): -9216743 or 1662323. OLE color: 1662323.

HSL color Cylindrical-coordinate representation of color #735D19: hue angle of 45.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #735D19 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1159325-
CMYK00.190.780.55
HSL45.33º64.29%27.45%-
HSV(B)45.33º78.26%45.1%-
XYZ11.1611.542.56-
YUV91.8390.29144.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=49.36%
G=39.91%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115932500.190.780.5545.3364.2927.45
Hex735D190134E372d401b
Octal16313531023116675510033
Binary11100111011101110010100111001110110111101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,25); }

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

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

 a { background-color: rgb(115,93,25); }

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

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

 span { border-color: rgb(115,93,25); }

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