Html Css Color HEX #856408 Yukon Gold

📋 copy color: '#856408'

red 133 ◦ green 100 ◦ blue 8

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

Shades of Yukon Gold #856408

Tints of Yukon Gold #856408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 55.19%
G = 41.49%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#856408 (or 0x856408) is known color: Yukon Gold. HEX triplet: 85, 64 and 08. RGB value is (133,100,8). Sum of RGB (Red+Green+Blue) = 133+100+8=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #856408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856408 is #7A9BF7. Grayscale: #636363. Windows color (decimal): -8035320 or 550021. OLE color: 550021.

HSL color Cylindrical-coordinate representation of color #856408: hue angle of 44.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #856408 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 8 -
CMYK 0 0.25 0.94 0.48
HSL 44.16º 0.89% 0.28% -
HSV(B) 44.16º 0.94% 0.52% -
XYZ 14.27 14.12 2.2 -
YUV 99.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 133 100 8 0 0.25 0.94 0.48 44.16 0.89 0.28
Hex 85 64 8 0 19 5E 30 2C 59 1C
Octal 205 144 10 0 31 136 60 54 131 34
Binary 10000101 1100100 1000 0 11001 1011110 110000 101100 1011001 11100

Color Harmonies of #856408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856408

Black with #856408

Text Example


Text Example

White with #856408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856408; }

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

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

background-color css

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

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

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

border-color css

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

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

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