Html Css Color HEX #745D16 Yukon Gold

📋 copy color: '#745D16'

red 116 ◦ green 93 ◦ blue 22

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

Shades of Yukon Gold #745D16

Tints of Yukon Gold #745D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 50.22%
G = 40.26%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#745D16 (or 0x745D16) is known color: Yukon Gold. HEX triplet: 74, 5D and 16. RGB value is (116,93,22). Sum of RGB (Red+Green+Blue) = 116+93+22=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #745D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D16 is #8BA2E9. Grayscale: #5C5C5C. Windows color (decimal): -9151210 or 1465716. OLE color: 1465716.

HSL color Cylindrical-coordinate representation of color #745D16: hue angle of 45.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #745D16 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 22 -
CMYK 0 0.20 0.81 0.55
HSL 45.32º 0.68% 0.27% -
HSV(B) 45.32º 0.81% 0.45% -
XYZ 11.26 11.6 2.4 -
YUV 91.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 116 93 22 0 0.20 0.81 0.55 45.32 0.68 0.27
Hex 74 5D 16 0 14 51 37 2D 44 1B
Octal 164 135 26 0 24 121 67 55 104 33
Binary 1110100 1011101 10110 0 10100 1010001 110111 101101 1000100 11011

Color Harmonies of #745D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D16

Black with #745D16

Text Example


Text Example

White with #745D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,22); }

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

background-color css

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

 a { background-color: rgb(116,93,22); }

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

border-color css

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

 span { border-color: rgb(116,93,22); }

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