Html Css Color HEX #856E1A Yukon Gold

📋 copy color: '#856E1A'

red 133 ◦ green 110 ◦ blue 26

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

Shades of Yukon Gold #856E1A

Tints of Yukon Gold #856E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 49.44%
G = 40.89%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#856E1A (or 0x856E1A) is known color: Yukon Gold. HEX triplet: 85, 6E and 1A. RGB value is (133,110,26). Sum of RGB (Red+Green+Blue) = 133+110+26=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #856E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E1A is #7A91E5. Grayscale: #6B6B6B. Windows color (decimal): -8032742 or 1732229. OLE color: 1732229.

HSL color Cylindrical-coordinate representation of color #856E1A: hue angle of 47.1º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #856E1A is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 26 -
CMYK 0 0.17 0.80 0.48
HSL 47.1º 0.67% 0.31% -
HSV(B) 47.1º 0.8% 0.52% -
XYZ 15.44 16.21 3.29 -
YUV 107.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 133 110 26 0 0.17 0.80 0.48 47.1 0.67 0.31
Hex 85 6E 1A 0 11 50 30 2F 43 1F
Octal 205 156 32 0 21 120 60 57 103 37
Binary 10000101 1101110 11010 0 10001 1010000 110000 101111 1000011 11111

Color Harmonies of #856E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E1A

Black with #856E1A

Text Example


Text Example

White with #856E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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