Html Css Color HEX #745F11 Yukon Gold

📋 copy color: '#745F11'

red 116 ◦ green 95 ◦ blue 17

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

Shades of Yukon Gold #745F11

Tints of Yukon Gold #745F11

RGB

 RED value IS 116 (45.7% from 255) = 50.88%

 GREEN value IS 95 (37.5% from 255) = 41.67%

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 50.88%
G = 41.67%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745F11 (or 0x745F11) is known color: Yukon Gold. HEX triplet: 74, 5F and 11. RGB value is (116,95,17). Sum of RGB (Red+Green+Blue) = 116+95+17=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #745F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F11 is #8BA0EE. Grayscale: #5C5C5C. Windows color (decimal): -9150703 or 1138548. OLE color: 1138548.

HSL color Cylindrical-coordinate representation of color #745F11: hue angle of 47.27º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #745F11 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 17 -
CMYK 0 0.18 0.85 0.55
HSL 47.27º 0.74% 0.26% -
HSV(B) 47.27º 0.85% 0.45% -
XYZ 11.4 11.94 2.23 -
YUV 92.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 116 95 17 0 0.18 0.85 0.55 47.27 0.74 0.26
Hex 74 5F 11 0 12 55 37 2F 4A 1A
Octal 164 137 21 0 22 125 67 57 112 32
Binary 1110100 1011111 10001 0 10010 1010101 110111 101111 1001010 11010

Color Harmonies of #745F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F11

Black with #745F11

Text Example


Text Example

White with #745F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F11; }

 p { color: rgb(116,95,17); }

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

background-color css

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

 a { background-color: rgb(116,95,17); }

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

border-color css

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

 span { border-color: rgb(116,95,17); }

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