Html Css Color HEX #856919 Yukon Gold

📋 copy color: '#856919'

red 133 ◦ green 105 ◦ blue 25

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

Shades of Yukon Gold #856919

Tints of Yukon Gold #856919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 50.57%
G = 39.92%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#856919 (or 0x856919) is known color: Yukon Gold. HEX triplet: 85, 69 and 19. RGB value is (133,105,25). Sum of RGB (Red+Green+Blue) = 133+105+25=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #856919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856919 is #7A96E6. Grayscale: #686868. Windows color (decimal): -8034023 or 1665413. OLE color: 1665413.

HSL color Cylindrical-coordinate representation of color #856919: hue angle of 44.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #856919 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 25 -
CMYK 0 0.21 0.81 0.48
HSL 44.44º 0.68% 0.31% -
HSV(B) 44.44º 0.81% 0.52% -
XYZ 14.9 15.16 3.06 -
YUV 104.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 133 105 25 0 0.21 0.81 0.48 44.44 0.68 0.31
Hex 85 69 19 0 15 51 30 2C 44 1F
Octal 205 151 31 0 25 121 60 54 104 37
Binary 10000101 1101001 11001 0 10101 1010001 110000 101100 1000100 11111

Color Harmonies of #856919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856919

Black with #856919

Text Example


Text Example

White with #856919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856919; }

 p { color: rgb(133,105,25); }

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

background-color css

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

 a { background-color: rgb(133,105,25); }

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

border-color css

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

 span { border-color: rgb(133,105,25); }

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