Html Css Color HEX #856418 Yukon Gold

📋 copy color: '#856418'

red 133 ◦ green 100 ◦ blue 24

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

Shades of Yukon Gold #856418

Tints of Yukon Gold #856418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 51.75%
G = 38.91%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#856418 (or 0x856418) is known color: Yukon Gold. HEX triplet: 85, 64 and 18. RGB value is (133,100,24). Sum of RGB (Red+Green+Blue) = 133+100+24=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #856418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856418 is #7A9BE7. Grayscale: #656565. Windows color (decimal): -8035304 or 1598597. OLE color: 1598597.

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

Color convert

RGB 133 100 24 -
CMYK 0 0.25 0.82 0.48
HSL 41.83º 0.69% 0.31% -
HSV(B) 41.83º 0.82% 0.52% -
XYZ 14.39 14.17 2.84 -
YUV 101.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 133 100 24 0 0.25 0.82 0.48 41.83 0.69 0.31
Hex 85 64 18 0 19 52 30 2A 45 1F
Octal 205 144 30 0 31 122 60 52 105 37
Binary 10000101 1100100 11000 0 11001 1010010 110000 101010 1000101 11111

Color Harmonies of #856418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856418

Black with #856418

Text Example


Text Example

White with #856418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856418; }

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

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

background-color css

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

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

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

border-color css

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

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

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