Html Css Color HEX #855E14 Yukon Gold

📋 copy color: '#855E14'

red 133 ◦ green 94 ◦ blue 20

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

Shades of Yukon Gold #855E14

Tints of Yukon Gold #855E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.06%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 53.85%
G = 38.06%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#855E14 (or 0x855E14) is known color: Yukon Gold. HEX triplet: 85, 5E and 14. RGB value is (133,94,20). Sum of RGB (Red+Green+Blue) = 133+94+20=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #855E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E14 is #7AA1EB. Grayscale: #616161. Windows color (decimal): -8036844 or 1334917. OLE color: 1334917.

HSL color Cylindrical-coordinate representation of color #855E14: hue angle of 39.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #855E14 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 20 -
CMYK 0 0.29 0.85 0.48
HSL 39.29º 0.74% 0.3% -
HSV(B) 39.29º 0.85% 0.52% -
XYZ 13.8 13.04 2.45 -
YUV 97.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 133 94 20 0 0.29 0.85 0.48 39.29 0.74 0.3
Hex 85 5E 14 0 1D 55 30 27 4A 1E
Octal 205 136 24 0 35 125 60 47 112 36
Binary 10000101 1011110 10100 0 11101 1010101 110000 100111 1001010 11110

Color Harmonies of #855E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E14

Black with #855E14

Text Example


Text Example

White with #855E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E14; }

 p { color: rgb(133,94,20); }

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

background-color css

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

 a { background-color: rgb(133,94,20); }

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

border-color css

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

 span { border-color: rgb(133,94,20); }

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