Html Css Color HEX #745F1B Yukon Gold

📋 copy color: '#745F1B'

red 116 ◦ green 95 ◦ blue 27

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

Shades of Yukon Gold #745F1B

Tints of Yukon Gold #745F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 48.74%
G = 39.92%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#745F1B (or 0x745F1B) is known color: Yukon Gold. HEX triplet: 74, 5F and 1B. RGB value is (116,95,27). Sum of RGB (Red+Green+Blue) = 116+95+27=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F1B is #8BA0E4. Grayscale: #5D5D5D. Windows color (decimal): -9150693 or 1793908. OLE color: 1793908.

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

Color convert

RGB 116 95 27 -
CMYK 0 0.18 0.77 0.55
HSL 45.84º 0.62% 0.28% -
HSV(B) 45.84º 0.77% 0.45% -
XYZ 11.49 11.98 2.74 -
YUV 93.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 116 95 27 0 0.18 0.77 0.55 45.84 0.62 0.28
Hex 74 5F 1B 0 12 4D 37 2E 3E 1C
Octal 164 137 33 0 22 115 67 56 76 34
Binary 1110100 1011111 11011 0 10010 1001101 110111 101110 111110 11100

Color Harmonies of #745F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F1B

Black with #745F1B

Text Example


Text Example

White with #745F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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