Html Css Color HEX #855F17 Yukon Gold

📋 copy color: '#855F17'

red 133 ◦ green 95 ◦ blue 23

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

Shades of Yukon Gold #855F17

Tints of Yukon Gold #855F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 52.99%
G = 37.85%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#855F17 (or 0x855F17) is known color: Yukon Gold. HEX triplet: 85, 5F and 17. RGB value is (133,95,23). Sum of RGB (Red+Green+Blue) = 133+95+23=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F17 is #7AA0E8. Grayscale: #626262. Windows color (decimal): -8036585 or 1531781. OLE color: 1531781.

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

Color convert

RGB 133 95 23 -
CMYK 0 0.29 0.83 0.48
HSL 39.27º 0.71% 0.31% -
HSV(B) 39.27º 0.83% 0.52% -
XYZ 13.92 13.23 2.63 -
YUV 98.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 133 95 23 0 0.29 0.83 0.48 39.27 0.71 0.31
Hex 85 5F 17 0 1D 53 30 27 47 1F
Octal 205 137 27 0 35 123 60 47 107 37
Binary 10000101 1011111 10111 0 11101 1010011 110000 100111 1000111 11111

Color Harmonies of #855F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F17

Black with #855F17

Text Example


Text Example

White with #855F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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