Html Css Color HEX #745F13 Yukon Gold

📋 copy color: '#745F13'

red 116 ◦ green 95 ◦ blue 19

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

Shades of Yukon Gold #745F13

Tints of Yukon Gold #745F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.3%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 50.43%
G = 41.3%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745F13 (or 0x745F13) is known color: Yukon Gold. HEX triplet: 74, 5F and 13. RGB value is (116,95,19). Sum of RGB (Red+Green+Blue) = 116+95+19=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F13 is #8BA0EC. Grayscale: #5C5C5C. Windows color (decimal): -9150701 or 1269620. OLE color: 1269620.

HSL color Cylindrical-coordinate representation of color #745F13: hue angle of 47.01º degrees, saturation: 0.72, 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 #745F13 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 19 -
CMYK 0 0.18 0.84 0.55
HSL 47.01º 0.72% 0.26% -
HSV(B) 47.01º 0.84% 0.45% -
XYZ 11.41 11.94 2.32 -
YUV 92.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 116 95 19 0 0.18 0.84 0.55 47.01 0.72 0.26
Hex 74 5F 13 0 12 54 37 2F 48 1A
Octal 164 137 23 0 22 124 67 57 110 32
Binary 1110100 1011111 10011 0 10010 1010100 110111 101111 1001000 11010

Color Harmonies of #745F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F13

Black with #745F13

Text Example


Text Example

White with #745F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,19); }

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

background-color css

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

 a { background-color: rgb(116,95,19); }

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

border-color css

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

 span { border-color: rgb(116,95,19); }

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