Html Css Color HEX #855A37 Potters Clay

📋 copy color: '#855A37'

red 133 ◦ green 90 ◦ blue 55

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

Shades of Potters Clay #855A37

Tints of Potters Clay #855A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 47.84%
G = 32.37%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855A37 (or 0x855A37) is known color: Potters Clay. HEX triplet: 85, 5A and 37. RGB value is (133,90,55). Sum of RGB (Red+Green+Blue) = 133+90+55=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A37 is #7AA5C8. Grayscale: #636363. Windows color (decimal): -8037833 or 3627653. OLE color: 3627653.

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

Color convert

RGB 133 90 55 -
CMYK 0 0.32 0.59 0.48
HSL 26.92º 0.41% 0.37% -
HSV(B) 26.92º 0.59% 0.52% -
XYZ 14.02 12.57 5.3 -
YUV 98.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 133 90 55 0 0.32 0.59 0.48 26.92 0.41 0.37
Hex 85 5A 37 0 20 3B 30 1B 29 25
Octal 205 132 67 0 40 73 60 33 51 45
Binary 10000101 1011010 110111 0 100000 111011 110000 11011 101001 100101

Color Harmonies of #855A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A37

Black with #855A37

Text Example


Text Example

White with #855A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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