Html Css Color HEX #8C741B Yukon Gold

📋 copy color: '#8C741B'

red 140 ◦ green 116 ◦ blue 27

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

Shades of Yukon Gold #8C741B

Tints of Yukon Gold #8C741B

RGB

 RED value IS 140 (55.08% from 255) = 49.47%

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 49.47%
G = 40.99%
B = 9.54%

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

#8C741B (or 0x8C741B) is known color: Yukon Gold. HEX triplet: 8C, 74 and 1B. RGB value is (140,116,27). Sum of RGB (Red+Green+Blue) = 140+116+27=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C741B is #738BE4. Grayscale: #717171. Windows color (decimal): -7572453 or 1799308. OLE color: 1799308.

HSL color Cylindrical-coordinate representation of color #8C741B: hue angle of 47.26º 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 #8C741B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 116 27 -
CMYK 0 0.17 0.81 0.45
HSL 47.26º 0.68% 0.33% -
HSV(B) 47.26º 0.81% 0.55% -
XYZ 17.26 18.15 3.63 -
YUV 113.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 140 116 27 0 0.17 0.81 0.45 47.26 0.68 0.33
Hex 8C 74 1B 0 11 51 2D 2F 44 21
Octal 214 164 33 0 21 121 55 57 104 41
Binary 10001100 1110100 11011 0 10001 1010001 101101 101111 1000100 100001

Color Harmonies of #8C741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C741B

Black with #8C741B

Text Example


Text Example

White with #8C741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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