Html Css Color HEX #855839 Potters Clay

📋 copy color: '#855839'

red 133 ◦ green 88 ◦ blue 57

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

Shades of Potters Clay #855839

Tints of Potters Clay #855839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 47.84%
G = 31.65%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#855839 (or 0x855839) is known color: Potters Clay. HEX triplet: 85, 58 and 39. RGB value is (133,88,57). Sum of RGB (Red+Green+Blue) = 133+88+57=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855839 is #7AA7C6. Grayscale: #626262. Windows color (decimal): -8038343 or 3758213. OLE color: 3758213.

HSL color Cylindrical-coordinate representation of color #855839: hue angle of 24.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855839 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 57 -
CMYK 0 0.34 0.57 0.48
HSL 24.47º 0.4% 0.37% -
HSV(B) 24.47º 0.57% 0.52% -
XYZ 13.9 12.26 5.5 -
YUV 97.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 133 88 57 0 0.34 0.57 0.48 24.47 0.4 0.37
Hex 85 58 39 0 22 39 30 18 28 25
Octal 205 130 71 0 42 71 60 30 50 45
Binary 10000101 1011000 111001 0 100010 111001 110000 11000 101000 100101

Color Harmonies of #855839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855839

Black with #855839

Text Example


Text Example

White with #855839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855839; }

 p { color: rgb(133,88,57); }

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

background-color css

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

 a { background-color: rgb(133,88,57); }

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

border-color css

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

 span { border-color: rgb(133,88,57); }

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