Html Css Color HEX #856A1B Yukon Gold

📋 copy color: '#856A1B'

red 133 ◦ green 106 ◦ blue 27

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

Shades of Yukon Gold #856A1B

Tints of Yukon Gold #856A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 50%
G = 39.85%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#856A1B (or 0x856A1B) is known color: Yukon Gold. HEX triplet: 85, 6A and 1B. RGB value is (133,106,27). Sum of RGB (Red+Green+Blue) = 133+106+27=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A1B is #7A95E4. Grayscale: #696969. Windows color (decimal): -8033765 or 1796741. OLE color: 1796741.

HSL color Cylindrical-coordinate representation of color #856A1B: hue angle of 44.72º degrees, saturation: 0.66, 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 #856A1B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 27 -
CMYK 0 0.20 0.80 0.48
HSL 44.72º 0.66% 0.31% -
HSV(B) 44.72º 0.8% 0.52% -
XYZ 15.02 15.37 3.21 -
YUV 105.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 133 106 27 0 0.20 0.80 0.48 44.72 0.66 0.31
Hex 85 6A 1B 0 14 50 30 2D 42 1F
Octal 205 152 33 0 24 120 60 55 102 37
Binary 10000101 1101010 11011 0 10100 1010000 110000 101101 1000010 11111

Color Harmonies of #856A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A1B

Black with #856A1B

Text Example


Text Example

White with #856A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,106,27); }

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

background-color css

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

 a { background-color: rgb(133,106,27); }

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

border-color css

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

 span { border-color: rgb(133,106,27); }

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