Html Css Color HEX #856315 Yukon Gold

📋 copy color: '#856315'

red 133 ◦ green 99 ◦ blue 21

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

Shades of Yukon Gold #856315

Tints of Yukon Gold #856315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

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

R = 52.57%
G = 39.13%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856315 (or 0x856315) is known color: Yukon Gold. HEX triplet: 85, 63 and 15. RGB value is (133,99,21). Sum of RGB (Red+Green+Blue) = 133+99+21=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #856315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856315 is #7A9CEA. Grayscale: #646464. Windows color (decimal): -8035563 or 1401733. OLE color: 1401733.

HSL color Cylindrical-coordinate representation of color #856315: hue angle of 41.79º 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 #856315 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 21 -
CMYK 0 0.26 0.84 0.48
HSL 41.79º 0.73% 0.3% -
HSV(B) 41.79º 0.84% 0.52% -
XYZ 14.27 13.96 2.65 -
YUV 100.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 133 99 21 0 0.26 0.84 0.48 41.79 0.73 0.3
Hex 85 63 15 0 1A 54 30 2A 49 1E
Octal 205 143 25 0 32 124 60 52 111 36
Binary 10000101 1100011 10101 0 11010 1010100 110000 101010 1001001 11110

Color Harmonies of #856315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856315

Black with #856315

Text Example


Text Example

White with #856315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856315; }

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

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

background-color css

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

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

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

border-color css

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

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

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