Html Css Color HEX #855E3E Potters Clay

📋 copy color: '#855E3E'

red 133 ◦ green 94 ◦ blue 62

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

Shades of Potters Clay #855E3E

Tints of Potters Clay #855E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

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

R = 46.02%
G = 32.53%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#855E3E (or 0x855E3E) is known color: Potters Clay. HEX triplet: 85, 5E and 3E. RGB value is (133,94,62). Sum of RGB (Red+Green+Blue) = 133+94+62=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E3E is #7AA1C1. Grayscale: #666666. Windows color (decimal): -8036802 or 4087429. OLE color: 4087429.

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

Color convert

RGB 133 94 62 -
CMYK 0 0.29 0.53 0.48
HSL 27.04º 0.36% 0.38% -
HSV(B) 27.04º 0.53% 0.52% -
XYZ 14.55 13.34 6.37 -
YUV 102.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 133 94 62 0 0.29 0.53 0.48 27.04 0.36 0.38
Hex 85 5E 3E 0 1D 35 30 1B 24 26
Octal 205 136 76 0 35 65 60 33 44 46
Binary 10000101 1011110 111110 0 11101 110101 110000 11011 100100 100110

Color Harmonies of #855E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E3E

Black with #855E3E

Text Example


Text Example

White with #855E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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