Html Css Color HEX #745F1D Yukon Gold

📋 copy color: '#745F1D'

red 116 ◦ green 95 ◦ blue 29

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

Shades of Yukon Gold #745F1D

Tints of Yukon Gold #745F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 48.33%
G = 39.58%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#745F1D (or 0x745F1D) is known color: Yukon Gold. HEX triplet: 74, 5F and 1D. RGB value is (116,95,29). Sum of RGB (Red+Green+Blue) = 116+95+29=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #745F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F1D is #8BA0E2. Grayscale: #5E5E5E. Windows color (decimal): -9150691 or 1924980. OLE color: 1924980.

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

Color convert

RGB 116 95 29 -
CMYK 0 0.18 0.75 0.55
HSL 45.52º 0.6% 0.28% -
HSV(B) 45.52º 0.75% 0.45% -
XYZ 11.52 11.99 2.87 -
YUV 93.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 116 95 29 0 0.18 0.75 0.55 45.52 0.6 0.28
Hex 74 5F 1D 0 12 4B 37 2E 3C 1C
Octal 164 137 35 0 22 113 67 56 74 34
Binary 1110100 1011111 11101 0 10010 1001011 110111 101110 111100 11100

Color Harmonies of #745F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F1D

Black with #745F1D

Text Example


Text Example

White with #745F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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