Html Css Color HEX #855A3F Potters Clay

📋 copy color: '#855A3F'

red 133 ◦ green 90 ◦ blue 63

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

Shades of Potters Clay #855A3F

Tints of Potters Clay #855A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 46.5%
G = 31.47%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#855A3F (or 0x855A3F) is known color: Potters Clay. HEX triplet: 85, 5A and 3F. RGB value is (133,90,63). Sum of RGB (Red+Green+Blue) = 133+90+63=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A3F is #7AA5C0. Grayscale: #636363. Windows color (decimal): -8037825 or 4151941. OLE color: 4151941.

HSL color Cylindrical-coordinate representation of color #855A3F: hue angle of 23.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855A3F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 63 -
CMYK 0 0.32 0.53 0.48
HSL 23.14º 0.36% 0.38% -
HSV(B) 23.14º 0.53% 0.52% -
XYZ 14.23 12.66 6.4 -
YUV 99.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 133 90 63 0 0.32 0.53 0.48 23.14 0.36 0.38
Hex 85 5A 3F 0 20 35 30 17 24 26
Octal 205 132 77 0 40 65 60 27 44 46
Binary 10000101 1011010 111111 0 100000 110101 110000 10111 100100 100110

Color Harmonies of #855A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A3F

Black with #855A3F

Text Example


Text Example

White with #855A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,63); }

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

background-color css

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

 a { background-color: rgb(133,90,63); }

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

border-color css

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

 span { border-color: rgb(133,90,63); }

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