#845835

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

Shades of Potters Clay #845835

Tints of Potters Clay #845835

Color information

#845835 (or 0x845835) is unknown color: approx Potters Clay. HEX triplet: 84, 58 and 35. RGB value is (132,88,53). Sum of RGB (Red+Green+Blue) = 132+88+53=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845835 is #7BA7CA. Grayscale: #616161. Windows color (decimal): -8103883 or 3496068. OLE color: 3496068.

HSL color Cylindrical-coordinate representation of color #845835: hue angle of 26.58º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845835 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1328853-
CMYK00.330.600.48
HSL26.58º42.7%36.27%-
HSV(B)26.58º59.85%51.76%-
XYZ13.6512.144.99-
YUV97.17103.08152.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=48.35%
G=32.23%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132885300.330.600.4826.5842.736.27
Hex8458350213C301b2b24
Octal204130650417460335344
Binary100001001011000110101010000111110011000011011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845835; }

 p { color: rgb(132,88,53); }

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

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

 a { background-color: rgb(132,88,53); }

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

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

 span { border-color: rgb(132,88,53); }

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