Html Css Color HEX #827223 Yukon Gold

📋 copy color: '#827223'

red 130 ◦ green 114 ◦ blue 35

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

Shades of Yukon Gold #827223

Tints of Yukon Gold #827223

RGB

 RED value IS 130 (51.17% from 255) = 46.59%

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

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

R = 46.59%
G = 40.86%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#827223 (or 0x827223) is known color: Yukon Gold. HEX triplet: 82, 72 and 23. RGB value is (130,114,35). Sum of RGB (Red+Green+Blue) = 130+114+35=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #827223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827223 is #7D8DDC. Grayscale: #6E6E6E. Windows color (decimal): -8228317 or 2323074. OLE color: 2323074.

HSL color Cylindrical-coordinate representation of color #827223: hue angle of 49.89º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #827223 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 35 -
CMYK 0 0.12 0.73 0.49
HSL 49.89º 0.58% 0.32% -
HSV(B) 49.89º 0.73% 0.51% -
XYZ 15.53 16.9 4.03 -
YUV 109.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 130 114 35 0 0.12 0.73 0.49 49.89 0.58 0.32
Hex 82 72 23 0 C 49 31 32 3A 20
Octal 202 162 43 0 14 111 61 62 72 40
Binary 10000010 1110010 100011 0 1100 1001001 110001 110010 111010 100000

Color Harmonies of #827223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827223

Black with #827223

Text Example


Text Example

White with #827223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827223; }

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

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

background-color css

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

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

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

border-color css

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

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

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