Html Css Color HEX #835844 Potters Clay

📋 copy color: '#835844'

red 131 ◦ green 88 ◦ blue 68

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

Shades of Potters Clay #835844

Tints of Potters Clay #835844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 45.64%
G = 30.66%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#835844 (or 0x835844) is known color: Potters Clay. HEX triplet: 83, 58 and 44. RGB value is (131,88,68). Sum of RGB (Red+Green+Blue) = 131+88+68=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #835844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835844 is #7CA7BB. Grayscale: #626262. Windows color (decimal): -8169404 or 4479107. OLE color: 4479107.

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

Color convert

RGB 131 88 68 -
CMYK 0 0.33 0.48 0.49
HSL 19.05º 0.32% 0.39% -
HSV(B) 19.05º 0.48% 0.51% -
XYZ 13.89 12.22 7.1 -
YUV 98.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 131 88 68 0 0.33 0.48 0.49 19.05 0.32 0.39
Hex 83 58 44 0 21 30 31 13 20 27
Octal 203 130 104 0 41 60 61 23 40 47
Binary 10000011 1011000 1000100 0 100001 110000 110001 10011 100000 100111

Color Harmonies of #835844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835844

Black with #835844

Text Example


Text Example

White with #835844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835844; }

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

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

background-color css

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

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

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

border-color css

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

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

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