Html Css Color HEX #857223 Yukon Gold

📋 copy color: '#857223'

red 133 ◦ green 114 ◦ blue 35

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

Shades of Yukon Gold #857223

Tints of Yukon Gold #857223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 47.16%
G = 40.43%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857223 (or 0x857223) is known color: Yukon Gold. HEX triplet: 85, 72 and 23. RGB value is (133,114,35). Sum of RGB (Red+Green+Blue) = 133+114+35=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #857223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857223 is #7A8DDC. Grayscale: #6F6F6F. Windows color (decimal): -8031709 or 2323077. OLE color: 2323077.

HSL color Cylindrical-coordinate representation of color #857223: hue angle of 48.37º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #857223 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 35 -
CMYK 0 0.14 0.74 0.48
HSL 48.37º 0.58% 0.33% -
HSV(B) 48.37º 0.74% 0.52% -
XYZ 15.99 17.14 4.06 -
YUV 110.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 133 114 35 0 0.14 0.74 0.48 48.37 0.58 0.33
Hex 85 72 23 0 E 4A 30 30 3A 21
Octal 205 162 43 0 16 112 60 60 72 41
Binary 10000101 1110010 100011 0 1110 1001010 110000 110000 111010 100001

Color Harmonies of #857223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857223

Black with #857223

Text Example


Text Example

White with #857223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857223; }

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

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

background-color css

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

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

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

border-color css

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

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

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