Html Css Color HEX #745E0F Yukon Gold

📋 copy color: '#745E0F'

red 116 ◦ green 94 ◦ blue 15

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

Shades of Yukon Gold #745E0F

Tints of Yukon Gold #745E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 51.56%
G = 41.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#745E0F (or 0x745E0F) is known color: Yukon Gold. HEX triplet: 74, 5E and 0F. RGB value is (116,94,15). Sum of RGB (Red+Green+Blue) = 116+94+15=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E0F is #8BA1F0. Grayscale: #5B5B5B. Windows color (decimal): -9150961 or 1007220. OLE color: 1007220.

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

Color convert

RGB 116 94 15 -
CMYK 0 0.19 0.87 0.55
HSL 46.93º 0.77% 0.26% -
HSV(B) 46.93º 0.87% 0.45% -
XYZ 11.29 11.75 2.13 -
YUV 91.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 116 94 15 0 0.19 0.87 0.55 46.93 0.77 0.26
Hex 74 5E F 0 13 57 37 2F 4D 1A
Octal 164 136 17 0 23 127 67 57 115 32
Binary 1110100 1011110 1111 0 10011 1010111 110111 101111 1001101 11010

Color Harmonies of #745E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E0F

Black with #745E0F

Text Example


Text Example

White with #745E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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