Html Css Color HEX #827023 Yukon Gold

📋 copy color: '#827023'

red 130 ◦ green 112 ◦ blue 35

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

Shades of Yukon Gold #827023

Tints of Yukon Gold #827023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

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

R = 46.93%
G = 40.43%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#827023 (or 0x827023) is known color: Yukon Gold. HEX triplet: 82, 70 and 23. RGB value is (130,112,35). Sum of RGB (Red+Green+Blue) = 130+112+35=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #827023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827023 is #7D8FDC. Grayscale: #6C6C6C. Windows color (decimal): -8228829 or 2322562. OLE color: 2322562.

HSL color Cylindrical-coordinate representation of color #827023: hue angle of 48.63º 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 #827023 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 35 -
CMYK 0 0.14 0.73 0.49
HSL 48.63º 0.58% 0.32% -
HSV(B) 48.63º 0.73% 0.51% -
XYZ 15.3 16.46 3.96 -
YUV 108.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 130 112 35 0 0.14 0.73 0.49 48.63 0.58 0.32
Hex 82 70 23 0 E 49 31 31 3A 20
Octal 202 160 43 0 16 111 61 61 72 40
Binary 10000010 1110000 100011 0 1110 1001001 110001 110001 111010 100000

Color Harmonies of #827023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827023

Black with #827023

Text Example


Text Example

White with #827023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827023; }

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

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

background-color css

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

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

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

border-color css

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

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

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