#835834

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

Shades of Potters Clay #835834

Tints of Potters Clay #835834

Color information

#835834 (or 0x835834) is unknown color: approx Potters Clay. HEX triplet: 83, 58 and 34. RGB value is (131,88,52). Sum of RGB (Red+Green+Blue) = 131+88+52=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #835834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835834 is #7CA7CB. Grayscale: #606060. Windows color (decimal): -8169420 or 3430531. OLE color: 3430531.

HSL color Cylindrical-coordinate representation of color #835834: hue angle of 27.34º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835834 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1318852-
CMYK00.330.600.49
HSL27.34º43.17%35.88%-
HSV(B)27.34º60.31%51.37%-
XYZ13.4712.054.87-
YUV96.75102.75152.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=48.34%
G=32.47%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131885200.330.600.4927.3443.1735.88
Hex8358340213C311b2b24
Octal203130640417461335344
Binary100000111011000110100010000111110011000111011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835834; }

 p { color: rgb(131,88,52); }

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

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

 a { background-color: rgb(131,88,52); }

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

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

 span { border-color: rgb(131,88,52); }

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