Html Css Color HEX #855936 Potters Clay

📋 copy color: '#855936'

red 133 ◦ green 89 ◦ blue 54

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

Shades of Potters Clay #855936

Tints of Potters Clay #855936

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 48.19%
G = 32.25%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855936 (or 0x855936) is known color: Potters Clay. HEX triplet: 85, 59 and 36. RGB value is (133,89,54). Sum of RGB (Red+Green+Blue) = 133+89+54=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855936 is #7AA6C9. Grayscale: #626262. Windows color (decimal): -8038090 or 3561861. OLE color: 3561861.

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

Color convert

RGB 133 89 54 -
CMYK 0 0.33 0.59 0.48
HSL 26.58º 0.42% 0.37% -
HSV(B) 26.58º 0.59% 0.52% -
XYZ 13.91 12.4 5.15 -
YUV 98.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 133 89 54 0 0.33 0.59 0.48 26.58 0.42 0.37
Hex 85 59 36 0 21 3B 30 1B 2A 25
Octal 205 131 66 0 41 73 60 33 52 45
Binary 10000101 1011001 110110 0 100001 111011 110000 11011 101010 100101

Color Harmonies of #855936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855936

Black with #855936

Text Example


Text Example

White with #855936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855936; }

 p { color: rgb(133,89,54); }

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

background-color css

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

 a { background-color: rgb(133,89,54); }

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

border-color css

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

 span { border-color: rgb(133,89,54); }

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