Html Css Color HEX #8B700D Yukon Gold

📋 copy color: '#8B700D'

red 139 ◦ green 112 ◦ blue 13

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

Shades of Yukon Gold #8B700D

Tints of Yukon Gold #8B700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 52.65%
G = 42.42%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B700D (or 0x8B700D) is known color: Yukon Gold. HEX triplet: 8B, 70 and 0D. RGB value is (139,112,13). Sum of RGB (Red+Green+Blue) = 139+112+13=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B700D is #748FF2. Grayscale: #6D6D6D. Windows color (decimal): -7639027 or 880779. OLE color: 880779.

HSL color Cylindrical-coordinate representation of color #8B700D: hue angle of 47.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B700D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 112 13 -
CMYK 0 0.19 0.91 0.45
HSL 47.14º 0.83% 0.3% -
HSV(B) 47.14º 0.91% 0.55% -
XYZ 16.51 17.11 2.81 -
YUV 108.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 139 112 13 0 0.19 0.91 0.45 47.14 0.83 0.3
Hex 8B 70 D 0 13 5B 2D 2F 53 1E
Octal 213 160 15 0 23 133 55 57 123 36
Binary 10001011 1110000 1101 0 10011 1011011 101101 101111 1010011 11110

Color Harmonies of #8B700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B700D

Black with #8B700D

Text Example


Text Example

White with #8B700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,13); }

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

background-color css

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

 a { background-color: rgb(139,112,13); }

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

border-color css

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

 span { border-color: rgb(139,112,13); }

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