Html Css Color HEX #735D12 Yukon Gold

📋 copy color: '#735D12'

red 115 ◦ green 93 ◦ blue 18

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

Shades of Yukon Gold #735D12

Tints of Yukon Gold #735D12

RGB

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

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

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

R = 50.88%
G = 41.15%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#735D12 (or 0x735D12) is known color: Yukon Gold. HEX triplet: 73, 5D and 12. RGB value is (115,93,18). Sum of RGB (Red+Green+Blue) = 115+93+18=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #735D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D12 is #8CA2ED. Grayscale: #5B5B5B. Windows color (decimal): -9216750 or 1203571. OLE color: 1203571.

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

Color convert

RGB 115 93 18 -
CMYK 0 0.19 0.84 0.55
HSL 46.39º 0.73% 0.26% -
HSV(B) 46.39º 0.84% 0.45% -
XYZ 11.09 11.52 2.21 -
YUV 91.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 115 93 18 0 0.19 0.84 0.55 46.39 0.73 0.26
Hex 73 5D 12 0 13 54 37 2E 49 1A
Octal 163 135 22 0 23 124 67 56 111 32
Binary 1110011 1011101 10010 0 10011 1010100 110111 101110 1001001 11010

Color Harmonies of #735D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D12

Black with #735D12

Text Example


Text Example

White with #735D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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