Html Css Color HEX #8B751D Yukon Gold

📋 copy color: '#8B751D'

red 139 ◦ green 117 ◦ blue 29

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

Shades of Yukon Gold #8B751D

Tints of Yukon Gold #8B751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 48.77%
G = 41.05%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B751D (or 0x8B751D) is known color: Yukon Gold. HEX triplet: 8B, 75 and 1D. RGB value is (139,117,29). Sum of RGB (Red+Green+Blue) = 139+117+29=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B751D is #748AE2. Grayscale: #717171. Windows color (decimal): -7637731 or 1930635. OLE color: 1930635.

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

Color convert

RGB 139 117 29 -
CMYK 0 0.16 0.79 0.45
HSL 48º 0.65% 0.33% -
HSV(B) 48º 0.79% 0.55% -
XYZ 17.23 18.3 3.79 -
YUV 113.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 139 117 29 0 0.16 0.79 0.45 48 0.65 0.33
Hex 8B 75 1D 0 10 4F 2D 30 41 21
Octal 213 165 35 0 20 117 55 60 101 41
Binary 10001011 1110101 11101 0 10000 1001111 101101 110000 1000001 100001

Color Harmonies of #8B751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B751D

Black with #8B751D

Text Example


Text Example

White with #8B751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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