Html Css Color HEX #835B37 Potters Clay

📋 copy color: '#835B37'

red 131 ◦ green 91 ◦ blue 55

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

Shades of Potters Clay #835B37

Tints of Potters Clay #835B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 47.29%
G = 32.85%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#835B37 (or 0x835B37) is known color: Potters Clay. HEX triplet: 83, 5B and 37. RGB value is (131,91,55). Sum of RGB (Red+Green+Blue) = 131+91+55=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #835B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B37 is #7CA4C8. Grayscale: #636363. Windows color (decimal): -8168649 or 3627907. OLE color: 3627907.

HSL color Cylindrical-coordinate representation of color #835B37: hue angle of 28.42º 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 #835B37 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 55 -
CMYK 0 0.31 0.58 0.49
HSL 28.42º 0.41% 0.36% -
HSV(B) 28.42º 0.58% 0.51% -
XYZ 13.79 12.58 5.32 -
YUV 98.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 131 91 55 0 0.31 0.58 0.49 28.42 0.41 0.36
Hex 83 5B 37 0 1F 3A 31 1C 29 24
Octal 203 133 67 0 37 72 61 34 51 44
Binary 10000011 1011011 110111 0 11111 111010 110001 11100 101001 100100

Color Harmonies of #835B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B37

Black with #835B37

Text Example


Text Example

White with #835B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B37; }

 p { color: rgb(131,91,55); }

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

background-color css

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

 a { background-color: rgb(131,91,55); }

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

border-color css

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

 span { border-color: rgb(131,91,55); }

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