Html Css Color HEX #855B40 Potters Clay

📋 copy color: '#855B40'

red 133 ◦ green 91 ◦ blue 64

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

Shades of Potters Clay #855B40

Tints of Potters Clay #855B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 46.18%
G = 31.6%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855B40 (or 0x855B40) is known color: Potters Clay. HEX triplet: 85, 5B and 40. RGB value is (133,91,64). Sum of RGB (Red+Green+Blue) = 133+91+64=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B40 is #7AA4BF. Grayscale: #646464. Windows color (decimal): -8037568 or 4217733. OLE color: 4217733.

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

Color convert

RGB 133 91 64 -
CMYK 0 0.32 0.52 0.48
HSL 23.48º 0.35% 0.39% -
HSV(B) 23.48º 0.52% 0.52% -
XYZ 14.34 12.84 6.57 -
YUV 100.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 133 91 64 0 0.32 0.52 0.48 23.48 0.35 0.39
Hex 85 5B 40 0 20 34 30 17 23 27
Octal 205 133 100 0 40 64 60 27 43 47
Binary 10000101 1011011 1000000 0 100000 110100 110000 10111 100011 100111

Color Harmonies of #855B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B40

Black with #855B40

Text Example


Text Example

White with #855B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,64); }

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

background-color css

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

 a { background-color: rgb(133,91,64); }

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

border-color css

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

 span { border-color: rgb(133,91,64); }

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