Html Css Color HEX #856512 Yukon Gold

📋 copy color: '#856512'

red 133 ◦ green 101 ◦ blue 18

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

Shades of Yukon Gold #856512

Tints of Yukon Gold #856512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

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

R = 52.78%
G = 40.08%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856512 (or 0x856512) is known color: Yukon Gold. HEX triplet: 85, 65 and 12. RGB value is (133,101,18). Sum of RGB (Red+Green+Blue) = 133+101+18=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #856512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856512 is #7A9AED. Grayscale: #656565. Windows color (decimal): -8035054 or 1205637. OLE color: 1205637.

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

Color convert

RGB 133 101 18 -
CMYK 0 0.24 0.86 0.48
HSL 43.3º 0.76% 0.3% -
HSV(B) 43.3º 0.86% 0.52% -
XYZ 14.44 14.34 2.58 -
YUV 101.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 133 101 18 0 0.24 0.86 0.48 43.3 0.76 0.3
Hex 85 65 12 0 18 56 30 2B 4C 1E
Octal 205 145 22 0 30 126 60 53 114 36
Binary 10000101 1100101 10010 0 11000 1010110 110000 101011 1001100 11110

Color Harmonies of #856512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856512

Black with #856512

Text Example


Text Example

White with #856512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856512; }

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

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

background-color css

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

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

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

border-color css

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

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

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