Html Css Color HEX #8D671F Yukon Gold

📋 copy color: '#8D671F'

red 141 ◦ green 103 ◦ blue 31

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

Shades of Yukon Gold #8D671F

Tints of Yukon Gold #8D671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 51.27%
G = 37.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D671F (or 0x8D671F) is known color: Yukon Gold. HEX triplet: 8D, 67 and 1F. RGB value is (141,103,31). Sum of RGB (Red+Green+Blue) = 141+103+31=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D671F is #7298E0. Grayscale: #6A6A6A. Windows color (decimal): -7510241 or 2058125. OLE color: 2058125.

HSL color Cylindrical-coordinate representation of color #8D671F: hue angle of 39.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D671F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 103 31 -
CMYK 0 0.27 0.78 0.45
HSL 39.27º 0.64% 0.34% -
HSV(B) 39.27º 0.78% 0.55% -
XYZ 16.08 15.46 3.43 -
YUV 106.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 141 103 31 0 0.27 0.78 0.45 39.27 0.64 0.34
Hex 8D 67 1F 0 1B 4E 2D 27 40 22
Octal 215 147 37 0 33 116 55 47 100 42
Binary 10001101 1100111 11111 0 11011 1001110 101101 100111 1000000 100010

Color Harmonies of #8D671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D671F

Black with #8D671F

Text Example


Text Example

White with #8D671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,103,31); }

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

background-color css

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

 a { background-color: rgb(141,103,31); }

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

border-color css

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

 span { border-color: rgb(141,103,31); }

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