Html Css Color HEX #855B3E Potters Clay

📋 copy color: '#855B3E'

red 133 ◦ green 91 ◦ blue 62

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

Shades of Potters Clay #855B3E

Tints of Potters Clay #855B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 46.5%
G = 31.82%
B = 21.68%

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

#855B3E (or 0x855B3E) is known color: Potters Clay. HEX triplet: 85, 5B and 3E. RGB value is (133,91,62). Sum of RGB (Red+Green+Blue) = 133+91+62=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B3E is #7AA4C1. Grayscale: #646464. Windows color (decimal): -8037570 or 4086661. OLE color: 4086661.

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

Color convert

RGB 133 91 62 -
CMYK 0 0.32 0.53 0.48
HSL 24.51º 0.36% 0.38% -
HSV(B) 24.51º 0.53% 0.52% -
XYZ 14.28 12.82 6.28 -
YUV 100.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 133 91 62 0 0.32 0.53 0.48 24.51 0.36 0.38
Hex 85 5B 3E 0 20 35 30 19 24 26
Octal 205 133 76 0 40 65 60 31 44 46
Binary 10000101 1011011 111110 0 100000 110101 110000 11001 100100 100110

Color Harmonies of #855B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B3E

Black with #855B3E

Text Example


Text Example

White with #855B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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