Html Css Color HEX #855F14 Yukon Gold

📋 copy color: '#855F14'

red 133 ◦ green 95 ◦ blue 20

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

Shades of Yukon Gold #855F14

Tints of Yukon Gold #855F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.31%

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

R = 53.63%
G = 38.31%
B = 8.06%

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

#855F14 (or 0x855F14) is known color: Yukon Gold. HEX triplet: 85, 5F and 14. RGB value is (133,95,20). Sum of RGB (Red+Green+Blue) = 133+95+20=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F14 is #7AA0EB. Grayscale: #626262. Windows color (decimal): -8036588 or 1335173. OLE color: 1335173.

HSL color Cylindrical-coordinate representation of color #855F14: hue angle of 39.82º 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 #855F14 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 20 -
CMYK 0 0.29 0.85 0.48
HSL 39.82º 0.74% 0.3% -
HSV(B) 39.82º 0.85% 0.52% -
XYZ 13.89 13.22 2.48 -
YUV 97.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 133 95 20 0 0.29 0.85 0.48 39.82 0.74 0.3
Hex 85 5F 14 0 1D 55 30 28 4A 1E
Octal 205 137 24 0 35 125 60 50 112 36
Binary 10000101 1011111 10100 0 11101 1010101 110000 101000 1001010 11110

Color Harmonies of #855F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F14

Black with #855F14

Text Example


Text Example

White with #855F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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