Html Css Color HEX #835B3A Potters Clay

📋 copy color: '#835B3A'

red 131 ◦ green 91 ◦ blue 58

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

Shades of Potters Clay #835B3A

Tints of Potters Clay #835B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 46.79%
G = 32.5%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#835B3A (or 0x835B3A) is known color: Potters Clay. HEX triplet: 83, 5B and 3A. RGB value is (131,91,58). Sum of RGB (Red+Green+Blue) = 131+91+58=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #835B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B3A is #7CA4C5. Grayscale: #636363. Windows color (decimal): -8168646 or 3824515. OLE color: 3824515.

HSL color Cylindrical-coordinate representation of color #835B3A: hue angle of 27.12º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835B3A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 58 -
CMYK 0 0.31 0.56 0.49
HSL 27.12º 0.39% 0.37% -
HSV(B) 27.12º 0.56% 0.51% -
XYZ 13.86 12.61 5.71 -
YUV 99.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 131 91 58 0 0.31 0.56 0.49 27.12 0.39 0.37
Hex 83 5B 3A 0 1F 38 31 1B 27 25
Octal 203 133 72 0 37 70 61 33 47 45
Binary 10000011 1011011 111010 0 11111 111000 110001 11011 100111 100101

Color Harmonies of #835B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B3A

Black with #835B3A

Text Example


Text Example

White with #835B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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