Html Css Color HEX #856E1F Yukon Gold

📋 copy color: '#856E1F'

red 133 ◦ green 110 ◦ blue 31

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

Shades of Yukon Gold #856E1F

Tints of Yukon Gold #856E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.15%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 48.54%
G = 40.15%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#856E1F (or 0x856E1F) is known color: Yukon Gold. HEX triplet: 85, 6E and 1F. RGB value is (133,110,31). Sum of RGB (Red+Green+Blue) = 133+110+31=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E1F is #7A91E0. Grayscale: #6C6C6C. Windows color (decimal): -8032737 or 2059909. OLE color: 2059909.

HSL color Cylindrical-coordinate representation of color #856E1F: hue angle of 46.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #856E1F is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 31 -
CMYK 0 0.17 0.77 0.48
HSL 46.47º 0.62% 0.32% -
HSV(B) 46.47º 0.77% 0.52% -
XYZ 15.5 16.24 3.61 -
YUV 107.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 133 110 31 0 0.17 0.77 0.48 46.47 0.62 0.32
Hex 85 6E 1F 0 11 4D 30 2E 3E 20
Octal 205 156 37 0 21 115 60 56 76 40
Binary 10000101 1101110 11111 0 10001 1001101 110000 101110 111110 100000

Color Harmonies of #856E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E1F

Black with #856E1F

Text Example


Text Example

White with #856E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E1F; }

 p { color: rgb(133,110,31); }

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

background-color css

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

 a { background-color: rgb(133,110,31); }

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

border-color css

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

 span { border-color: rgb(133,110,31); }

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