#845736

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

Shades of Potters Clay #845736

Tints of Potters Clay #845736

Color information

#845736 (or 0x845736) is unknown color: approx Potters Clay. HEX triplet: 84, 57 and 36. RGB value is (132,87,54). Sum of RGB (Red+Green+Blue) = 132+87+54=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845736 is #7BA8C9. Grayscale: #606060. Windows color (decimal): -8104138 or 3561348. OLE color: 3561348.

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

Color convert

RGB1328754-
CMYK00.340.590.48
HSL25.38º41.94%36.47%-
HSV(B)25.38º59.09%51.76%-
XYZ13.5911.995.09-
YUV96.69103.91153.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=48.35%
G=31.87%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132875400.340.590.4825.3841.9436.47
Hex8457360223B30192a24
Octal204127660427360315244
Binary100001001010111110110010001011101111000011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845736; }

 p { color: rgb(132,87,54); }

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

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

 a { background-color: rgb(132,87,54); }

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

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

 span { border-color: rgb(132,87,54); }

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