Html Css Color HEX #855D3B Potters Clay

📋 copy color: '#855D3B'

red 133 ◦ green 93 ◦ blue 59

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

Shades of Potters Clay #855D3B

Tints of Potters Clay #855D3B

RGB

 RED value IS 133 (52.34% from 255) = 46.67%

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 46.67%
G = 32.63%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#855D3B (or 0x855D3B) is known color: Potters Clay. HEX triplet: 85, 5D and 3B. RGB value is (133,93,59). Sum of RGB (Red+Green+Blue) = 133+93+59=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D3B is #7AA2C4. Grayscale: #656565. Windows color (decimal): -8037061 or 3890565. OLE color: 3890565.

HSL color Cylindrical-coordinate representation of color #855D3B: hue angle of 27.57º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855D3B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 59 -
CMYK 0 0.30 0.56 0.48
HSL 27.57º 0.39% 0.38% -
HSV(B) 27.57º 0.56% 0.52% -
XYZ 14.38 13.13 5.91 -
YUV 101.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 133 93 59 0 0.30 0.56 0.48 27.57 0.39 0.38
Hex 85 5D 3B 0 1E 38 30 1C 27 26
Octal 205 135 73 0 36 70 60 34 47 46
Binary 10000101 1011101 111011 0 11110 111000 110000 11100 100111 100110

Color Harmonies of #855D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D3B

Black with #855D3B

Text Example


Text Example

White with #855D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D3B; }

 p { color: rgb(133,93,59); }

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

background-color css

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

 a { background-color: rgb(133,93,59); }

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

border-color css

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

 span { border-color: rgb(133,93,59); }

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