Html Css Color HEX #745E16 Yukon Gold

📋 copy color: '#745E16'

red 116 ◦ green 94 ◦ blue 22

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

Shades of Yukon Gold #745E16

Tints of Yukon Gold #745E16

RGB

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

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

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

R = 50%
G = 40.52%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#745E16 (or 0x745E16) is known color: Yukon Gold. HEX triplet: 74, 5E and 16. RGB value is (116,94,22). Sum of RGB (Red+Green+Blue) = 116+94+22=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #745E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E16 is #8BA1E9. Grayscale: #5C5C5C. Windows color (decimal): -9150954 or 1465972. OLE color: 1465972.

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

Color convert

RGB 116 94 22 -
CMYK 0 0.19 0.81 0.55
HSL 45.96º 0.68% 0.27% -
HSV(B) 45.96º 0.81% 0.45% -
XYZ 11.35 11.78 2.43 -
YUV 92.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 116 94 22 0 0.19 0.81 0.55 45.96 0.68 0.27
Hex 74 5E 16 0 13 51 37 2E 44 1B
Octal 164 136 26 0 23 121 67 56 104 33
Binary 1110100 1011110 10110 0 10011 1010001 110111 101110 1000100 11011

Color Harmonies of #745E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E16

Black with #745E16

Text Example


Text Example

White with #745E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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