#81703A

Color #81703A Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #81703A

Tints of Yellow Metal #81703A

Color information

#81703A (or 0x81703A) is unknown color: approx Yellow Metal. HEX triplet: 81, 70 and 3A. RGB value is (129,112,58). Sum of RGB (Red+Green+Blue) = 129+112+58=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #81703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81703A is #7E8FC5. Grayscale: #6F6F6F. Windows color (decimal): -8294342 or 3829889. OLE color: 3829889.

HSL color Cylindrical-coordinate representation of color #81703A: hue angle of 45.63º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81703A is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB12911258-
CMYK00.130.550.49
HSL45.63º37.97%36.67%-
HSV(B)45.63º55.04%50.59%-
XYZ15.6116.566.38-
YUV110.9398.13140.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=43.14%
G=37.46%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291125800.130.550.4945.6337.9736.67
Hex81703A0D37312e2625
Octal201160720156761564645
Binary10000001111000011101001101110111110001101110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81703A; }

 p { color: rgb(129,112,58); }

 H1.HeaderClassName
 {
   color: #81703A;
 }
 .AnyTagClassName
 {
   color: #81703A;
 }
</style>
background-color css

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

 a { background-color: rgb(129,112,58); }

 div.DivClassName
 {
   background-color: #81703A;
 }
 .BgClassName
 {
   background-color: #81703A;
 }
</style>
border-color css

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

 span { border-color: rgb(129,112,58); }

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