#835945

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

Shades of Potters Clay #835945

Tints of Potters Clay #835945

Color information

#835945 (or 0x835945) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 45. RGB value is (131,89,69). Sum of RGB (Red+Green+Blue) = 131+89+69=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #835945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835945 is #7CA6BA. Grayscale: #636363. Windows color (decimal): -8169147 or 4544899. OLE color: 4544899.

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

Color convert

RGB1318969-
CMYK00.320.470.49
HSL19.35º31%39.22%-
HSV(B)19.35º47.33%51.37%-
XYZ14.0112.47.29-
YUV99.28110.91150.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=45.33%
G=30.80%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131896900.320.470.4919.353139.22
Hex8359450202F31131f27
Octal2031311050405761233747
Binary100000111011001100010101000001011111100011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835945; }

 p { color: rgb(131,89,69); }

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

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

 a { background-color: rgb(131,89,69); }

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

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

 span { border-color: rgb(131,89,69); }

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