Html Css Color HEX #835B36 Potters Clay

📋 copy color: '#835B36'

red 131 ◦ green 91 ◦ blue 54

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

Shades of Potters Clay #835B36

Tints of Potters Clay #835B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 47.46%
G = 32.97%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#835B36 (or 0x835B36) is known color: Potters Clay. HEX triplet: 83, 5B and 36. RGB value is (131,91,54). Sum of RGB (Red+Green+Blue) = 131+91+54=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #835B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B36 is #7CA4C9. Grayscale: #626262. Windows color (decimal): -8168650 or 3562371. OLE color: 3562371.

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

Color convert

RGB 131 91 54 -
CMYK 0 0.31 0.59 0.49
HSL 28.83º 0.42% 0.36% -
HSV(B) 28.83º 0.59% 0.51% -
XYZ 13.77 12.57 5.19 -
YUV 98.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 131 91 54 0 0.31 0.59 0.49 28.83 0.42 0.36
Hex 83 5B 36 0 1F 3B 31 1D 2A 24
Octal 203 133 66 0 37 73 61 35 52 44
Binary 10000011 1011011 110110 0 11111 111011 110001 11101 101010 100100

Color Harmonies of #835B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B36

Black with #835B36

Text Example


Text Example

White with #835B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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