Html Css Color HEX #745E17 Yukon Gold

📋 copy color: '#745E17'

red 116 ◦ green 94 ◦ blue 23

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

Shades of Yukon Gold #745E17

Tints of Yukon Gold #745E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.34%

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 49.79%
G = 40.34%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#745E17 (or 0x745E17) is known color: Yukon Gold. HEX triplet: 74, 5E and 17. RGB value is (116,94,23). Sum of RGB (Red+Green+Blue) = 116+94+23=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E17 is #8BA1E8. Grayscale: #5C5C5C. Windows color (decimal): -9150953 or 1531508. OLE color: 1531508.

HSL color Cylindrical-coordinate representation of color #745E17: hue angle of 45.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #745E17 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 94 23 -
CMYK 0 0.19 0.80 0.55
HSL 45.81º 0.67% 0.27% -
HSV(B) 45.81º 0.8% 0.45% -
XYZ 11.36 11.78 2.49 -
YUV 92.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 116 94 23 0 0.19 0.80 0.55 45.81 0.67 0.27
Hex 74 5E 17 0 13 50 37 2E 43 1B
Octal 164 136 27 0 23 120 67 56 103 33
Binary 1110100 1011110 10111 0 10011 1010000 110111 101110 1000011 11011

Color Harmonies of #745E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E17

Black with #745E17

Text Example


Text Example

White with #745E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,94,23); }

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

background-color css

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

 a { background-color: rgb(116,94,23); }

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

border-color css

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

 span { border-color: rgb(116,94,23); }

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