Html Css Color HEX #856412 Yukon Gold

📋 copy color: '#856412'

red 133 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #856412

Tints of Yukon Gold #856412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 52.99%
G = 39.84%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856412 (or 0x856412) is known color: Yukon Gold. HEX triplet: 85, 64 and 12. RGB value is (133,100,18). Sum of RGB (Red+Green+Blue) = 133+100+18=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856412 is #7A9BED. Grayscale: #646464. Windows color (decimal): -8035310 or 1205381. OLE color: 1205381.

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

Color convert

RGB 133 100 18 -
CMYK 0 0.25 0.86 0.48
HSL 42.78º 0.76% 0.3% -
HSV(B) 42.78º 0.86% 0.52% -
XYZ 14.34 14.14 2.55 -
YUV 100.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 133 100 18 0 0.25 0.86 0.48 42.78 0.76 0.3
Hex 85 64 12 0 19 56 30 2B 4C 1E
Octal 205 144 22 0 31 126 60 53 114 36
Binary 10000101 1100100 10010 0 11001 1010110 110000 101011 1001100 11110

Color Harmonies of #856412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856412

Black with #856412

Text Example


Text Example

White with #856412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856412; }

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

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

background-color css

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

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

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

border-color css

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

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

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