Html Css Color HEX #8B751E Yukon Gold

📋 copy color: '#8B751E'

red 139 ◦ green 117 ◦ blue 30

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

Shades of Yukon Gold #8B751E

Tints of Yukon Gold #8B751E

RGB

 RED value IS 139 (54.69% from 255) = 48.6%

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 48.6%
G = 40.91%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B751E (or 0x8B751E) is known color: Yukon Gold. HEX triplet: 8B, 75 and 1E. RGB value is (139,117,30). Sum of RGB (Red+Green+Blue) = 139+117+30=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B751E is #748AE1. Grayscale: #727272. Windows color (decimal): -7637730 or 1996171. OLE color: 1996171.

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

Color convert

RGB 139 117 30 -
CMYK 0 0.16 0.78 0.45
HSL 47.89º 0.64% 0.33% -
HSV(B) 47.89º 0.78% 0.55% -
XYZ 17.24 18.31 3.85 -
YUV 113.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 139 117 30 0 0.16 0.78 0.45 47.89 0.64 0.33
Hex 8B 75 1E 0 10 4E 2D 30 40 21
Octal 213 165 36 0 20 116 55 60 100 41
Binary 10001011 1110101 11110 0 10000 1001110 101101 110000 1000000 100001

Color Harmonies of #8B751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B751E

Black with #8B751E

Text Example


Text Example

White with #8B751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,30); }

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

background-color css

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

 a { background-color: rgb(139,117,30); }

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

border-color css

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

 span { border-color: rgb(139,117,30); }

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