Html Css Color HEX #816838 Yellow Metal

📋 copy color: '#816838'

red 129 ◦ green 104 ◦ blue 56

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

Shades of Yellow Metal #816838

Tints of Yellow Metal #816838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 44.64%
G = 35.99%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#816838 (or 0x816838) is known color: Yellow Metal. HEX triplet: 81, 68 and 38. RGB value is (129,104,56). Sum of RGB (Red+Green+Blue) = 129+104+56=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #816838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816838 is #7E97C7. Grayscale: #6A6A6A. Windows color (decimal): -8296392 or 3696769. OLE color: 3696769.

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

Color convert

RGB 129 104 56 -
CMYK 0 0.19 0.57 0.49
HSL 39.45º 0.39% 0.36% -
HSV(B) 39.45º 0.57% 0.51% -
XYZ 14.72 14.85 5.83 -
YUV 106 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 129 104 56 0 0.19 0.57 0.49 39.45 0.39 0.36
Hex 81 68 38 0 13 39 31 27 27 24
Octal 201 150 70 0 23 71 61 47 47 44
Binary 10000001 1101000 111000 0 10011 111001 110001 100111 100111 100100

Color Harmonies of #816838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816838

Black with #816838

Text Example


Text Example

White with #816838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816838; }

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

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

background-color css

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

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

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

border-color css

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

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

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