#84583A

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

Shades of Potters Clay #84583A

Tints of Potters Clay #84583A

Color information

#84583A (or 0x84583A) is unknown color: approx Potters Clay. HEX triplet: 84, 58 and 3A. RGB value is (132,88,58). Sum of RGB (Red+Green+Blue) = 132+88+58=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84583A is #7BA7C5. Grayscale: #616161. Windows color (decimal): -8103878 or 3823748. OLE color: 3823748.

HSL color Cylindrical-coordinate representation of color #84583A: hue angle of 24.32º 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 #84583A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1328858-
CMYK00.330.560.48
HSL24.32º38.95%37.25%-
HSV(B)24.32º56.06%51.76%-
XYZ13.7712.195.63-
YUV97.74105.58152.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=47.48%
G=31.65%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132885800.330.560.4824.3238.9537.25
Hex84583A0213830182725
Octal204130720417060304745
Binary100001001011000111010010000111100011000011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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