Html Css Color HEX #745E1C Yukon Gold

📋 copy color: '#745E1C'

red 116 ◦ green 94 ◦ blue 28

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

Shades of Yukon Gold #745E1C

Tints of Yukon Gold #745E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 48.74%
G = 39.5%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#745E1C (or 0x745E1C) is known color: Yukon Gold. HEX triplet: 74, 5E and 1C. RGB value is (116,94,28). Sum of RGB (Red+Green+Blue) = 116+94+28=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E1C is #8BA1E3. Grayscale: #5D5D5D. Windows color (decimal): -9150948 or 1859188. OLE color: 1859188.

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

Color convert

RGB 116 94 28 -
CMYK 0 0.19 0.76 0.55
HSL 45º 0.61% 0.28% -
HSV(B) 45º 0.76% 0.45% -
XYZ 11.41 11.8 2.78 -
YUV 93.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 116 94 28 0 0.19 0.76 0.55 45 0.61 0.28
Hex 74 5E 1C 0 13 4C 37 2D 3D 1C
Octal 164 136 34 0 23 114 67 55 75 34
Binary 1110100 1011110 11100 0 10011 1001100 110111 101101 111101 11100

Color Harmonies of #745E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E1C

Black with #745E1C

Text Example


Text Example

White with #745E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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