#825844

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

Shades of Potters Clay #825844

Tints of Potters Clay #825844

Color information

#825844 (or 0x825844) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 44. RGB value is (130,88,68). Sum of RGB (Red+Green+Blue) = 130+88+68=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825844 is #7DA7BB. Grayscale: #626262. Windows color (decimal): -8234940 or 4479106. OLE color: 4479106.

HSL color Cylindrical-coordinate representation of color #825844: hue angle of 19.35º degrees, saturation: 0.31, 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 #825844 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1308868-
CMYK00.320.480.49
HSL19.35º31.31%38.82%-
HSV(B)19.35º47.69%50.98%-
XYZ13.7412.147.09-
YUV98.28110.91150.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=45.45%
G=30.77%
B=23.78%

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
Decimal130886800.320.480.4919.3531.3138.82
Hex8258440203031131f27
Octal2021301040406061233747
Binary100000101011000100010001000001100001100011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825844; }

 p { color: rgb(130,88,68); }

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

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

 a { background-color: rgb(130,88,68); }

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

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

 span { border-color: rgb(130,88,68); }

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