Html Css Color HEX #835845 Potters Clay

📋 copy color: '#835845'

red 131 ◦ green 88 ◦ blue 69

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

Shades of Potters Clay #835845

Tints of Potters Clay #835845

RGB

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

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

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

R = 45.49%
G = 30.56%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835845 (or 0x835845) is known color: Potters Clay. HEX triplet: 83, 58 and 45. RGB value is (131,88,69). Sum of RGB (Red+Green+Blue) = 131+88+69=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #835845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835845 is #7CA7BA. Grayscale: #626262. Windows color (decimal): -8169403 or 4544643. OLE color: 4544643.

HSL color Cylindrical-coordinate representation of color #835845: hue angle of 18.39º 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 #835845 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 69 -
CMYK 0 0.33 0.47 0.49
HSL 18.39º 0.31% 0.39% -
HSV(B) 18.39º 0.47% 0.51% -
XYZ 13.92 12.23 7.26 -
YUV 98.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 131 88 69 0 0.33 0.47 0.49 18.39 0.31 0.39
Hex 83 58 45 0 21 2F 31 12 1F 27
Octal 203 130 105 0 41 57 61 22 37 47
Binary 10000011 1011000 1000101 0 100001 101111 110001 10010 11111 100111

Color Harmonies of #835845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835845

Black with #835845

Text Example


Text Example

White with #835845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835845; }

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

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

background-color css

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

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

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

border-color css

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

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

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