Html Css Color HEX #855C42 Potters Clay

📋 copy color: '#855C42'

red 133 ◦ green 92 ◦ blue 66

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

Shades of Potters Clay #855C42

Tints of Potters Clay #855C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 45.7%
G = 31.62%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855C42 (or 0x855C42) is known color: Potters Clay. HEX triplet: 85, 5C and 42. RGB value is (133,92,66). Sum of RGB (Red+Green+Blue) = 133+92+66=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C42 is #7AA3BD. Grayscale: #656565. Windows color (decimal): -8037310 or 4349061. OLE color: 4349061.

HSL color Cylindrical-coordinate representation of color #855C42: hue angle of 23.28º 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 #855C42 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 66 -
CMYK 0 0.31 0.50 0.48
HSL 23.28º 0.34% 0.39% -
HSV(B) 23.28º 0.5% 0.52% -
XYZ 14.48 13.03 6.91 -
YUV 101.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 133 92 66 0 0.31 0.50 0.48 23.28 0.34 0.39
Hex 85 5C 42 0 1F 32 30 17 22 27
Octal 205 134 102 0 37 62 60 27 42 47
Binary 10000101 1011100 1000010 0 11111 110010 110000 10111 100010 100111

Color Harmonies of #855C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C42

Black with #855C42

Text Example


Text Example

White with #855C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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