Html Css Color HEX #855B42 Potters Clay

📋 copy color: '#855B42'

red 133 ◦ green 91 ◦ blue 66

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

Shades of Potters Clay #855B42

Tints of Potters Clay #855B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 45.86%
G = 31.38%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855B42 (or 0x855B42) is known color: Potters Clay. HEX triplet: 85, 5B and 42. RGB value is (133,91,66). Sum of RGB (Red+Green+Blue) = 133+91+66=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #855B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B42 is #7AA4BD. Grayscale: #646464. Windows color (decimal): -8037566 or 4348805. OLE color: 4348805.

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

Color convert

RGB 133 91 66 -
CMYK 0 0.32 0.50 0.48
HSL 22.39º 0.34% 0.39% -
HSV(B) 22.39º 0.5% 0.52% -
XYZ 14.4 12.86 6.88 -
YUV 100.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 133 91 66 0 0.32 0.50 0.48 22.39 0.34 0.39
Hex 85 5B 42 0 20 32 30 16 22 27
Octal 205 133 102 0 40 62 60 26 42 47
Binary 10000101 1011011 1000010 0 100000 110010 110000 10110 100010 100111

Color Harmonies of #855B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B42

Black with #855B42

Text Example


Text Example

White with #855B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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