Html Css Color HEX #855F12 Yukon Gold

📋 copy color: '#855F12'

red 133 ◦ green 95 ◦ blue 18

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

Shades of Yukon Gold #855F12

Tints of Yukon Gold #855F12

RGB

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

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

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

R = 54.07%
G = 38.62%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855F12 (or 0x855F12) is known color: Yukon Gold. HEX triplet: 85, 5F and 12. RGB value is (133,95,18). Sum of RGB (Red+Green+Blue) = 133+95+18=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #855F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F12 is #7AA0ED. Grayscale: #616161. Windows color (decimal): -8036590 or 1204101. OLE color: 1204101.

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

Color convert

RGB 133 95 18 -
CMYK 0 0.29 0.86 0.48
HSL 40.17º 0.76% 0.3% -
HSV(B) 40.17º 0.86% 0.52% -
XYZ 13.87 13.21 2.39 -
YUV 97.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 133 95 18 0 0.29 0.86 0.48 40.17 0.76 0.3
Hex 85 5F 12 0 1D 56 30 28 4C 1E
Octal 205 137 22 0 35 126 60 50 114 36
Binary 10000101 1011111 10010 0 11101 1010110 110000 101000 1001100 11110

Color Harmonies of #855F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F12

Black with #855F12

Text Example


Text Example

White with #855F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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