Html Css Color HEX #856015 Yukon Gold

📋 copy color: '#856015'

red 133 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #856015

Tints of Yukon Gold #856015

RGB

 RED value IS 133 (52.34% from 255) = 53.2%

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 53.2%
G = 38.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856015 (or 0x856015) is known color: Yukon Gold. HEX triplet: 85, 60 and 15. RGB value is (133,96,21). Sum of RGB (Red+Green+Blue) = 133+96+21=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #856015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856015 is #7A9FEA. Grayscale: #626262. Windows color (decimal): -8036331 or 1400965. OLE color: 1400965.

HSL color Cylindrical-coordinate representation of color #856015: hue angle of 40.18º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #856015 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 21 -
CMYK 0 0.28 0.84 0.48
HSL 40.18º 0.73% 0.3% -
HSV(B) 40.18º 0.84% 0.52% -
XYZ 13.99 13.41 2.56 -
YUV 98.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 133 96 21 0 0.28 0.84 0.48 40.18 0.73 0.3
Hex 85 60 15 0 1C 54 30 28 49 1E
Octal 205 140 25 0 34 124 60 50 111 36
Binary 10000101 1100000 10101 0 11100 1010100 110000 101000 1001001 11110

Color Harmonies of #856015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856015

Black with #856015

Text Example


Text Example

White with #856015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856015; }

 p { color: rgb(133,96,21); }

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

background-color css

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

 a { background-color: rgb(133,96,21); }

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

border-color css

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

 span { border-color: rgb(133,96,21); }

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