Html Css Color HEX #825836 Potters Clay

📋 copy color: '#825836'

red 130 ◦ green 88 ◦ blue 54

#825836
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #825836

Tints of Potters Clay #825836

RGB

 RED value IS 130 (51.17% from 255) = 47.79%

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 47.79%
G = 32.35%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825836 (or 0x825836) is known color: Potters Clay. HEX triplet: 82, 58 and 36. RGB value is (130,88,54). Sum of RGB (Red+Green+Blue) = 130+88+54=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #825836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825836 is #7DA7C9. Grayscale: #606060. Windows color (decimal): -8234954 or 3561602. OLE color: 3561602.

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

Color convert

RGB 130 88 54 -
CMYK 0 0.32 0.58 0.49
HSL 26.84º 0.41% 0.36% -
HSV(B) 26.84º 0.58% 0.51% -
XYZ 13.36 11.99 5.1 -
YUV 96.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 130 88 54 0 0.32 0.58 0.49 26.84 0.41 0.36
Hex 82 58 36 0 20 3A 31 1B 29 24
Octal 202 130 66 0 40 72 61 33 51 44
Binary 10000010 1011000 110110 0 100000 111010 110001 11011 101001 100100

Color Harmonies of #825836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825836

Black with #825836

Text Example


Text Example

White with #825836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825836; }

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

 H1.HeaderClassName
 {
   color: #825836;
 }
 .AnyTagClassName
 {
   color: #825836;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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