Html Css Color HEX #835836 Potters Clay

📋 copy color: '#835836'

red 131 ◦ green 88 ◦ blue 54

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

Shades of Potters Clay #835836

Tints of Potters Clay #835836

RGB

 RED value IS 131 (51.56% from 255) = 47.99%

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

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

R = 47.99%
G = 32.23%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#835836 (or 0x835836) is known color: Potters Clay. HEX triplet: 83, 58 and 36. RGB value is (131,88,54). Sum of RGB (Red+Green+Blue) = 131+88+54=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835836 is #7CA7C9. Grayscale: #616161. Windows color (decimal): -8169418 or 3561603. OLE color: 3561603.

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

Color convert

RGB 131 88 54 -
CMYK 0 0.33 0.59 0.49
HSL 26.49º 0.42% 0.36% -
HSV(B) 26.49º 0.59% 0.51% -
XYZ 13.52 12.07 5.11 -
YUV 96.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 131 88 54 0 0.33 0.59 0.49 26.49 0.42 0.36
Hex 83 58 36 0 21 3B 31 1A 2A 24
Octal 203 130 66 0 41 73 61 32 52 44
Binary 10000011 1011000 110110 0 100001 111011 110001 11010 101010 100100

Color Harmonies of #835836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835836

Black with #835836

Text Example


Text Example

White with #835836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835836; }

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

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

background-color css

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

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

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

border-color css

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

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

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