#84553E

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

Shades of Potters Clay #84553E

Tints of Potters Clay #84553E

Color information

#84553E (or 0x84553E) is unknown color: approx Potters Clay. HEX triplet: 84, 55 and 3E. RGB value is (132,85,62). Sum of RGB (Red+Green+Blue) = 132+85+62=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84553E is #7BAAC1. Grayscale: #606060. Windows color (decimal): -8104642 or 4085124. OLE color: 4085124.

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

Color convert

RGB1328562-
CMYK00.360.530.48
HSL19.71º36.08%38.04%-
HSV(B)19.71º53.03%51.76%-
XYZ13.6311.756.11-
YUV96.43108.57153.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=47.31%
G=30.47%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132856200.360.530.4819.7136.0838.04
Hex84553E0243530142426
Octal204125760446560244446
Binary100001001010101111110010010011010111000010100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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