Html Css Color HEX #855E15 Yukon Gold

📋 copy color: '#855E15'

red 133 ◦ green 94 ◦ blue 21

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

Shades of Yukon Gold #855E15

Tints of Yukon Gold #855E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 53.63%
G = 37.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#855E15 (or 0x855E15) is known color: Yukon Gold. HEX triplet: 85, 5E and 15. RGB value is (133,94,21). Sum of RGB (Red+Green+Blue) = 133+94+21=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E15 is #7AA1EA. Grayscale: #616161. Windows color (decimal): -8036843 or 1400453. OLE color: 1400453.

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

Color convert

RGB 133 94 21 -
CMYK 0 0.29 0.84 0.48
HSL 39.11º 0.73% 0.3% -
HSV(B) 39.11º 0.84% 0.52% -
XYZ 13.81 13.05 2.5 -
YUV 97.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 133 94 21 0 0.29 0.84 0.48 39.11 0.73 0.3
Hex 85 5E 15 0 1D 54 30 27 49 1E
Octal 205 136 25 0 35 124 60 47 111 36
Binary 10000101 1011110 10101 0 11101 1010100 110000 100111 1001001 11110

Color Harmonies of #855E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E15

Black with #855E15

Text Example


Text Example

White with #855E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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