#84583B

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

Shades of Potters Clay #84583B

Tints of Potters Clay #84583B

Color information

#84583B (or 0x84583B) is unknown color: approx Potters Clay. HEX triplet: 84, 58 and 3B. RGB value is (132,88,59). Sum of RGB (Red+Green+Blue) = 132+88+59=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84583B is #7BA7C4. Grayscale: #626262. Windows color (decimal): -8103877 or 3889284. OLE color: 3889284.

HSL color Cylindrical-coordinate representation of color #84583B: hue angle of 23.84º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84583B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1328859-
CMYK00.330.550.48
HSL23.84º38.22%37.45%-
HSV(B)23.84º55.3%51.76%-
XYZ13.7912.25.77-
YUV97.85106.08152.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=47.31%
G=31.54%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132885900.330.550.4823.8438.2237.45
Hex84583B0213730182625
Octal204130730416760304645
Binary100001001011000111011010000111011111000011000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84583B; }

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

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

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

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

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

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

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

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