Html Css Color HEX #857227 Yukon Gold

📋 copy color: '#857227'

red 133 ◦ green 114 ◦ blue 39

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

Shades of Yukon Gold #857227

Tints of Yukon Gold #857227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 46.5%
G = 39.86%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#857227 (or 0x857227) is known color: Yukon Gold. HEX triplet: 85, 72 and 27. RGB value is (133,114,39). Sum of RGB (Red+Green+Blue) = 133+114+39=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #857227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857227 is #7A8DD8. Grayscale: #6F6F6F. Windows color (decimal): -8031705 or 2585221. OLE color: 2585221.

HSL color Cylindrical-coordinate representation of color #857227: hue angle of 47.87º degrees, saturation: 0.55, 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 #857227 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 39 -
CMYK 0 0.14 0.71 0.48
HSL 47.87º 0.55% 0.34% -
HSV(B) 47.87º 0.71% 0.52% -
XYZ 16.06 17.17 4.39 -
YUV 111.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 133 114 39 0 0.14 0.71 0.48 47.87 0.55 0.34
Hex 85 72 27 0 E 47 30 30 37 22
Octal 205 162 47 0 16 107 60 60 67 42
Binary 10000101 1110010 100111 0 1110 1000111 110000 110000 110111 100010

Color Harmonies of #857227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857227

Black with #857227

Text Example


Text Example

White with #857227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857227; }

 p { color: rgb(133,114,39); }

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

background-color css

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

 a { background-color: rgb(133,114,39); }

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

border-color css

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

 span { border-color: rgb(133,114,39); }

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