Html Css Color HEX #745E12 Yukon Gold

📋 copy color: '#745E12'

red 116 ◦ green 94 ◦ blue 18

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

Shades of Yukon Gold #745E12

Tints of Yukon Gold #745E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 50.88%
G = 41.23%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745E12 (or 0x745E12) is known color: Yukon Gold. HEX triplet: 74, 5E and 12. RGB value is (116,94,18). Sum of RGB (Red+Green+Blue) = 116+94+18=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #745E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E12 is #8BA1ED. Grayscale: #5C5C5C. Windows color (decimal): -9150958 or 1203828. OLE color: 1203828.

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

Color convert

RGB 116 94 18 -
CMYK 0 0.19 0.84 0.55
HSL 46.53º 0.73% 0.26% -
HSV(B) 46.53º 0.84% 0.45% -
XYZ 11.31 11.76 2.25 -
YUV 91.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 116 94 18 0 0.19 0.84 0.55 46.53 0.73 0.26
Hex 74 5E 12 0 13 54 37 2F 49 1A
Octal 164 136 22 0 23 124 67 57 111 32
Binary 1110100 1011110 10010 0 10011 1010100 110111 101111 1001001 11010

Color Harmonies of #745E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E12

Black with #745E12

Text Example


Text Example

White with #745E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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