Html Css Color HEX #856118 Yukon Gold

📋 copy color: '#856118'

red 133 ◦ green 97 ◦ blue 24

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

Shades of Yukon Gold #856118

Tints of Yukon Gold #856118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.19%

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

R = 52.36%
G = 38.19%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#856118 (or 0x856118) is known color: Yukon Gold. HEX triplet: 85, 61 and 18. RGB value is (133,97,24). Sum of RGB (Red+Green+Blue) = 133+97+24=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #856118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856118 is #7A9EE7. Grayscale: #636363. Windows color (decimal): -8036072 or 1597829. OLE color: 1597829.

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

Color convert

RGB 133 97 24 -
CMYK 0 0.27 0.82 0.48
HSL 40.18º 0.69% 0.31% -
HSV(B) 40.18º 0.82% 0.52% -
XYZ 14.11 13.6 2.75 -
YUV 99.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 133 97 24 0 0.27 0.82 0.48 40.18 0.69 0.31
Hex 85 61 18 0 1B 52 30 28 45 1F
Octal 205 141 30 0 33 122 60 50 105 37
Binary 10000101 1100001 11000 0 11011 1010010 110000 101000 1000101 11111

Color Harmonies of #856118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856118

Black with #856118

Text Example


Text Example

White with #856118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856118; }

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

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

background-color css

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

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

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

border-color css

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

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

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