Html Css Color HEX #735D15 Yukon Gold

📋 copy color: '#735D15'

red 115 ◦ green 93 ◦ blue 21

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

Shades of Yukon Gold #735D15

Tints of Yukon Gold #735D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.61%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 50.22%
G = 40.61%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#735D15 (or 0x735D15) is known color: Yukon Gold. HEX triplet: 73, 5D and 15. RGB value is (115,93,21). Sum of RGB (Red+Green+Blue) = 115+93+21=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #735D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D15 is #8CA2EA. Grayscale: #5B5B5B. Windows color (decimal): -9216747 or 1400179. OLE color: 1400179.

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

Color convert

RGB 115 93 21 -
CMYK 0 0.19 0.82 0.55
HSL 45.96º 0.69% 0.27% -
HSV(B) 45.96º 0.82% 0.45% -
XYZ 11.12 11.53 2.35 -
YUV 91.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 115 93 21 0 0.19 0.82 0.55 45.96 0.69 0.27
Hex 73 5D 15 0 13 52 37 2E 45 1B
Octal 163 135 25 0 23 122 67 56 105 33
Binary 1110011 1011101 10101 0 10011 1010010 110111 101110 1000101 11011

Color Harmonies of #735D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D15

Black with #735D15

Text Example


Text Example

White with #735D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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