#84553A

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

Shades of Potters Clay #84553A

Tints of Potters Clay #84553A

Color information

#84553A (or 0x84553A) is unknown color: approx Potters Clay. HEX triplet: 84, 55 and 3A. RGB value is (132,85,58). Sum of RGB (Red+Green+Blue) = 132+85+58=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84553A is #7BAAC5. Grayscale: #606060. Windows color (decimal): -8104646 or 3822980. OLE color: 3822980.

HSL color Cylindrical-coordinate representation of color #84553A: hue angle of 21.89º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84553A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1328558-
CMYK00.360.560.48
HSL21.89º38.95%37.25%-
HSV(B)21.89º56.06%51.76%-
XYZ13.5311.715.55-
YUV95.98106.57153.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=48%
G=30.91%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132855800.360.560.4821.8938.9537.25
Hex84553A0243830162725
Octal204125720447060264745
Binary100001001010101111010010010011100011000010110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,85,58); }

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

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

 a { background-color: rgb(132,85,58); }

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

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

 span { border-color: rgb(132,85,58); }

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