Html Css Color HEX #835945 Potters Clay

📋 copy color: '#835945'

red 131 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #835945

Tints of Potters Clay #835945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 45.33%
G = 30.8%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835945 (or 0x835945) is known color: Potters Clay. HEX triplet: 83, 59 and 45. RGB value is (131,89,69). Sum of RGB (Red+Green+Blue) = 131+89+69=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #835945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835945 is #7CA6BA. Grayscale: #636363. Windows color (decimal): -8169147 or 4544899. OLE color: 4544899.

HSL color Cylindrical-coordinate representation of color #835945: 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.47%. Process color model (Four color, CMYK) of #835945 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 69 -
CMYK 0 0.32 0.47 0.49
HSL 19.35º 0.31% 0.39% -
HSV(B) 19.35º 0.47% 0.51% -
XYZ 14.01 12.4 7.29 -
YUV 99.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 131 89 69 0 0.32 0.47 0.49 19.35 0.31 0.39
Hex 83 59 45 0 20 2F 31 13 1F 27
Octal 203 131 105 0 40 57 61 23 37 47
Binary 10000011 1011001 1000101 0 100000 101111 110001 10011 11111 100111

Color Harmonies of #835945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835945

Black with #835945

Text Example


Text Example

White with #835945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835945; }

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

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

background-color css

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

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

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

border-color css

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

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

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