#81583A

Color #81583A Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #81583A

Tints of Potters Clay #81583A

Color information

#81583A (or 0x81583A) is unknown color: approx Potters Clay. HEX triplet: 81, 58 and 3A. RGB value is (129,88,58). Sum of RGB (Red+Green+Blue) = 129+88+58=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81583A is #7EA7C5. Grayscale: #606060. Windows color (decimal): -8300486 or 3823745. OLE color: 3823745.

HSL color Cylindrical-coordinate representation of color #81583A: hue angle of 25.35º 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 #81583A is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1298858-
CMYK00.320.550.49
HSL25.35º37.97%36.67%-
HSV(B)25.35º55.04%50.59%-
XYZ13.3111.955.61-
YUV96.84106.08150.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=46.91%
G=32%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129885800.320.550.4925.3537.9736.67
Hex81583A0203731192625
Octal201130720406761314645
Binary100000011011000111010010000011011111000111001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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