#835944

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

Shades of Potters Clay #835944

Tints of Potters Clay #835944

Color information

#835944 (or 0x835944) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 44. RGB value is (131,89,68). Sum of RGB (Red+Green+Blue) = 131+89+68=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #835944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835944 is #7CA6BB. Grayscale: #636363. Windows color (decimal): -8169148 or 4479363. OLE color: 4479363.

HSL color Cylindrical-coordinate representation of color #835944: hue angle of 20º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835944 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1318968-
CMYK00.320.480.49
HSL20º31.66%39.02%-
HSV(B)20º48.09%51.37%-
XYZ13.9812.397.12-
YUV99.16110.41150.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=45.49%
G=30.90%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131896800.320.480.492031.6639.02
Hex8359440203031142027
Octal2031311040406061244047
Binary1000001110110011000100010000011000011000110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835944; }

 p { color: rgb(131,89,68); }

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

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

 a { background-color: rgb(131,89,68); }

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

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

 span { border-color: rgb(131,89,68); }

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