Html Css Color HEX #81583A Potters Clay

📋 copy color: '#81583A'

red 129 ◦ green 88 ◦ blue 58

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

Shades of Potters Clay #81583A

Tints of Potters Clay #81583A

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 value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81583A (or 0x81583A) is known color: 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

RGB 129 88 58 -
CMYK 0 0.32 0.55 0.49
HSL 25.35º 0.38% 0.37% -
HSV(B) 25.35º 0.55% 0.51% -
XYZ 13.31 11.95 5.61 -
YUV 96.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 129 88 58 0 0.32 0.55 0.49 25.35 0.38 0.37
Hex 81 58 3A 0 20 37 31 19 26 25
Octal 201 130 72 0 40 67 61 31 46 45
Binary 10000001 1011000 111010 0 100000 110111 110001 11001 100110 100101

Color Harmonies of #81583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81583A

Black with #81583A

Text Example


Text Example

White with #81583A

Text Example


Text Example

HTML Codes & Css Web 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>