Html Css Color HEX #8D751B Yukon Gold

📋 copy color: '#8D751B'

red 141 ◦ green 117 ◦ blue 27

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

Shades of Yukon Gold #8D751B

Tints of Yukon Gold #8D751B

RGB

 RED value IS 141 (55.47% from 255) = 49.47%

 GREEN value IS 117 (46.09% from 255) = 41.05%

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

R = 49.47%
G = 41.05%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D751B (or 0x8D751B) is known color: Yukon Gold. HEX triplet: 8D, 75 and 1B. RGB value is (141,117,27). Sum of RGB (Red+Green+Blue) = 141+117+27=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D751B is #728AE4. Grayscale: #727272. Windows color (decimal): -7506661 or 1799565. OLE color: 1799565.

HSL color Cylindrical-coordinate representation of color #8D751B: hue angle of 47.37º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D751B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 27 -
CMYK 0 0.17 0.81 0.45
HSL 47.37º 0.68% 0.33% -
HSV(B) 47.37º 0.81% 0.55% -
XYZ 17.54 18.46 3.68 -
YUV 113.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 141 117 27 0 0.17 0.81 0.45 47.37 0.68 0.33
Hex 8D 75 1B 0 11 51 2D 2F 44 21
Octal 215 165 33 0 21 121 55 57 104 41
Binary 10001101 1110101 11011 0 10001 1010001 101101 101111 1000100 100001

Color Harmonies of #8D751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D751B

Black with #8D751B

Text Example


Text Example

White with #8D751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D751B; }

 p { color: rgb(141,117,27); }

 H1.HeaderClassName
 {
   color: #8D751B;
 }
 .AnyTagClassName
 {
   color: #8D751B;
 }
</style>

background-color css

<style>
 a { background-color: #8D751B; }

 a { background-color: rgb(141,117,27); }

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

border-color css

<style>
 span { border-color: #8D751B; }

 span { border-color: rgb(141,117,27); }

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