Html Css Color HEX #835D3F Potters Clay

📋 copy color: '#835D3F'

red 131 ◦ green 93 ◦ blue 63

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

Shades of Potters Clay #835D3F

Tints of Potters Clay #835D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 45.64%
G = 32.4%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#835D3F (or 0x835D3F) is known color: Potters Clay. HEX triplet: 83, 5D and 3F. RGB value is (131,93,63). Sum of RGB (Red+Green+Blue) = 131+93+63=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #835D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D3F is #7CA2C0. Grayscale: #656565. Windows color (decimal): -8168129 or 4152707. OLE color: 4152707.

HSL color Cylindrical-coordinate representation of color #835D3F: hue angle of 26.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835D3F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 93 63 -
CMYK 0 0.29 0.52 0.49
HSL 26.47º 0.35% 0.38% -
HSV(B) 26.47º 0.52% 0.51% -
XYZ 14.17 13.01 6.47 -
YUV 100.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 131 93 63 0 0.29 0.52 0.49 26.47 0.35 0.38
Hex 83 5D 3F 0 1D 34 31 1A 23 26
Octal 203 135 77 0 35 64 61 32 43 46
Binary 10000011 1011101 111111 0 11101 110100 110001 11010 100011 100110

Color Harmonies of #835D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D3F

Black with #835D3F

Text Example


Text Example

White with #835D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,63); }

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

background-color css

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

 a { background-color: rgb(131,93,63); }

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

border-color css

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

 span { border-color: rgb(131,93,63); }

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