Html Css Color HEX #855D3D Potters Clay

📋 copy color: '#855D3D'

red 133 ◦ green 93 ◦ blue 61

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

Shades of Potters Clay #855D3D

Tints of Potters Clay #855D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 46.34%
G = 32.4%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#855D3D (or 0x855D3D) is known color: Potters Clay. HEX triplet: 85, 5D and 3D. RGB value is (133,93,61). Sum of RGB (Red+Green+Blue) = 133+93+61=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D3D is #7AA2C2. Grayscale: #656565. Windows color (decimal): -8037059 or 4021637. OLE color: 4021637.

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

Color convert

RGB 133 93 61 -
CMYK 0 0.30 0.54 0.48
HSL 26.67º 0.37% 0.38% -
HSV(B) 26.67º 0.54% 0.52% -
XYZ 14.43 13.15 6.19 -
YUV 101.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 133 93 61 0 0.30 0.54 0.48 26.67 0.37 0.38
Hex 85 5D 3D 0 1E 36 30 1B 25 26
Octal 205 135 75 0 36 66 60 33 45 46
Binary 10000101 1011101 111101 0 11110 110110 110000 11011 100101 100110

Color Harmonies of #855D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D3D

Black with #855D3D

Text Example


Text Example

White with #855D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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