Html Css Color HEX #855739 Potters Clay

📋 copy color: '#855739'

red 133 ◦ green 87 ◦ blue 57

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

Shades of Potters Clay #855739

Tints of Potters Clay #855739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 48.01%
G = 31.41%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#855739 (or 0x855739) is known color: Potters Clay. HEX triplet: 85, 57 and 39. RGB value is (133,87,57). Sum of RGB (Red+Green+Blue) = 133+87+57=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855739 is #7AA8C6. Grayscale: #616161. Windows color (decimal): -8038599 or 3757957. OLE color: 3757957.

HSL color Cylindrical-coordinate representation of color #855739: hue angle of 23.68º 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 #855739 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 57 -
CMYK 0 0.35 0.57 0.48
HSL 23.68º 0.4% 0.37% -
HSV(B) 23.68º 0.57% 0.52% -
XYZ 13.82 12.1 5.48 -
YUV 97.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 133 87 57 0 0.35 0.57 0.48 23.68 0.4 0.37
Hex 85 57 39 0 23 39 30 18 28 25
Octal 205 127 71 0 43 71 60 30 50 45
Binary 10000101 1010111 111001 0 100011 111001 110000 11000 101000 100101

Color Harmonies of #855739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855739

Black with #855739

Text Example


Text Example

White with #855739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855739; }

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

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

background-color css

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

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

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

border-color css

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

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

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