Html Css Color HEX #745C16 Yukon Gold

📋 copy color: '#745C16'

red 116 ◦ green 92 ◦ blue 22

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

Shades of Yukon Gold #745C16

Tints of Yukon Gold #745C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

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

R = 50.43%
G = 40%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#745C16 (or 0x745C16) is known color: Yukon Gold. HEX triplet: 74, 5C and 16. RGB value is (116,92,22). Sum of RGB (Red+Green+Blue) = 116+92+22=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C16 is #8BA3E9. Grayscale: #5B5B5B. Windows color (decimal): -9151466 or 1465460. OLE color: 1465460.

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

Color convert

RGB 116 92 22 -
CMYK 0 0.21 0.81 0.55
HSL 44.68º 0.68% 0.27% -
HSV(B) 44.68º 0.81% 0.45% -
XYZ 11.17 11.43 2.38 -
YUV 91.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 116 92 22 0 0.21 0.81 0.55 44.68 0.68 0.27
Hex 74 5C 16 0 15 51 37 2D 44 1B
Octal 164 134 26 0 25 121 67 55 104 33
Binary 1110100 1011100 10110 0 10101 1010001 110111 101101 1000100 11011

Color Harmonies of #745C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C16

Black with #745C16

Text Example


Text Example

White with #745C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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