Html Css Color HEX #856419 Yukon Gold

📋 copy color: '#856419'

red 133 ◦ green 100 ◦ blue 25

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

Shades of Yukon Gold #856419

Tints of Yukon Gold #856419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

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

R = 51.55%
G = 38.76%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#856419 (or 0x856419) is known color: Yukon Gold. HEX triplet: 85, 64 and 19. RGB value is (133,100,25). Sum of RGB (Red+Green+Blue) = 133+100+25=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #856419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856419 is #7A9BE6. Grayscale: #656565. Windows color (decimal): -8035303 or 1664133. OLE color: 1664133.

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

Color convert

RGB 133 100 25 -
CMYK 0 0.25 0.81 0.48
HSL 41.67º 0.68% 0.31% -
HSV(B) 41.67º 0.81% 0.52% -
XYZ 14.41 14.17 2.9 -
YUV 101.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 133 100 25 0 0.25 0.81 0.48 41.67 0.68 0.31
Hex 85 64 19 0 19 51 30 2A 44 1F
Octal 205 144 31 0 31 121 60 52 104 37
Binary 10000101 1100100 11001 0 11001 1010001 110000 101010 1000100 11111

Color Harmonies of #856419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856419

Black with #856419

Text Example


Text Example

White with #856419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856419; }

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

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

background-color css

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

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

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

border-color css

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

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

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