Html Css Color HEX #856019 Yukon Gold

📋 copy color: '#856019'

red 133 ◦ green 96 ◦ blue 25

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

Shades of Yukon Gold #856019

Tints of Yukon Gold #856019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.8%

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

R = 52.36%
G = 37.8%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#856019 (or 0x856019) is known color: Yukon Gold. HEX triplet: 85, 60 and 19. RGB value is (133,96,25). Sum of RGB (Red+Green+Blue) = 133+96+25=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #856019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856019 is #7A9FE6. Grayscale: #636363. Windows color (decimal): -8036327 or 1663109. OLE color: 1663109.

HSL color Cylindrical-coordinate representation of color #856019: hue angle of 39.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 #856019 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 25 -
CMYK 0 0.28 0.81 0.48
HSL 39.44º 0.68% 0.31% -
HSV(B) 39.44º 0.81% 0.52% -
XYZ 14.03 13.42 2.77 -
YUV 98.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 133 96 25 0 0.28 0.81 0.48 39.44 0.68 0.31
Hex 85 60 19 0 1C 51 30 27 44 1F
Octal 205 140 31 0 34 121 60 47 104 37
Binary 10000101 1100000 11001 0 11100 1010001 110000 100111 1000100 11111

Color Harmonies of #856019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856019

Black with #856019

Text Example


Text Example

White with #856019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856019; }

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

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

background-color css

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

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

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

border-color css

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

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

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