Html Css Color HEX #856926 Yukon Gold

📋 copy color: '#856926'

red 133 ◦ green 105 ◦ blue 38

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

Shades of Yukon Gold #856926

Tints of Yukon Gold #856926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 48.19%
G = 38.04%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#856926 (or 0x856926) is known color: Yukon Gold. HEX triplet: 85, 69 and 26. RGB value is (133,105,38). Sum of RGB (Red+Green+Blue) = 133+105+38=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #856926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856926 is #7A96D9. Grayscale: #6A6A6A. Windows color (decimal): -8034010 or 2517381. OLE color: 2517381.

HSL color Cylindrical-coordinate representation of color #856926: hue angle of 42.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #856926 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 38 -
CMYK 0 0.21 0.71 0.48
HSL 42.32º 0.56% 0.34% -
HSV(B) 42.32º 0.71% 0.52% -
XYZ 15.07 15.23 3.98 -
YUV 105.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 133 105 38 0 0.21 0.71 0.48 42.32 0.56 0.34
Hex 85 69 26 0 15 47 30 2A 38 22
Octal 205 151 46 0 25 107 60 52 70 42
Binary 10000101 1101001 100110 0 10101 1000111 110000 101010 111000 100010

Color Harmonies of #856926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856926

Black with #856926

Text Example


Text Example

White with #856926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856926; }

 p { color: rgb(133,105,38); }

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

background-color css

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

 a { background-color: rgb(133,105,38); }

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

border-color css

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

 span { border-color: rgb(133,105,38); }

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