Html Css Color HEX #856411 Yukon Gold

📋 copy color: '#856411'

red 133 ◦ green 100 ◦ blue 17

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

Shades of Yukon Gold #856411

Tints of Yukon Gold #856411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 53.2%
G = 40%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#856411 (or 0x856411) is known color: Yukon Gold. HEX triplet: 85, 64 and 11. RGB value is (133,100,17). Sum of RGB (Red+Green+Blue) = 133+100+17=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #856411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856411 is #7A9BEE. Grayscale: #646464. Windows color (decimal): -8035311 or 1139845. OLE color: 1139845.

HSL color Cylindrical-coordinate representation of color #856411: hue angle of 42.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #856411 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 17 -
CMYK 0 0.25 0.87 0.48
HSL 42.93º 0.77% 0.29% -
HSV(B) 42.93º 0.87% 0.52% -
XYZ 14.33 14.14 2.5 -
YUV 100.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 133 100 17 0 0.25 0.87 0.48 42.93 0.77 0.29
Hex 85 64 11 0 19 57 30 2B 4D 1D
Octal 205 144 21 0 31 127 60 53 115 35
Binary 10000101 1100100 10001 0 11001 1010111 110000 101011 1001101 11101

Color Harmonies of #856411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856411

Black with #856411

Text Example


Text Example

White with #856411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856411; }

 p { color: rgb(133,100,17); }

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

background-color css

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

 a { background-color: rgb(133,100,17); }

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

border-color css

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

 span { border-color: rgb(133,100,17); }

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