Html Css Color HEX #816828 Yukon Gold

📋 copy color: '#816828'

red 129 ◦ green 104 ◦ blue 40

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

Shades of Yukon Gold #816828

Tints of Yukon Gold #816828

RGB

 RED value IS 129 (50.78% from 255) = 47.25%

 GREEN value IS 104 (41.02% from 255) = 38.1%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 47.25%
G = 38.1%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#816828 (or 0x816828) is known color: Yukon Gold. HEX triplet: 81, 68 and 28. RGB value is (129,104,40). Sum of RGB (Red+Green+Blue) = 129+104+40=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #816828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816828 is #7E97D7. Grayscale: #686868. Windows color (decimal): -8296408 or 2648193. OLE color: 2648193.

HSL color Cylindrical-coordinate representation of color #816828: hue angle of 43.15º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #816828 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 40 -
CMYK 0 0.19 0.69 0.49
HSL 43.15º 0.53% 0.33% -
HSV(B) 43.15º 0.69% 0.51% -
XYZ 14.39 14.72 4.09 -
YUV 104.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 129 104 40 0 0.19 0.69 0.49 43.15 0.53 0.33
Hex 81 68 28 0 13 45 31 2B 35 21
Octal 201 150 50 0 23 105 61 53 65 41
Binary 10000001 1101000 101000 0 10011 1000101 110001 101011 110101 100001

Color Harmonies of #816828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816828

Black with #816828

Text Example


Text Example

White with #816828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816828; }

 p { color: rgb(129,104,40); }

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

background-color css

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

 a { background-color: rgb(129,104,40); }

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

border-color css

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

 span { border-color: rgb(129,104,40); }

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