Html Css Color HEX #855938 Potters Clay

📋 copy color: '#855938'

red 133 ◦ green 89 ◦ blue 56

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

Shades of Potters Clay #855938

Tints of Potters Clay #855938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 47.84%
G = 32.01%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#855938 (or 0x855938) is known color: Potters Clay. HEX triplet: 85, 59 and 38. RGB value is (133,89,56). Sum of RGB (Red+Green+Blue) = 133+89+56=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855938 is #7AA6C7. Grayscale: #626262. Windows color (decimal): -8038088 or 3692933. OLE color: 3692933.

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

Color convert

RGB 133 89 56 -
CMYK 0 0.33 0.58 0.48
HSL 25.71º 0.41% 0.37% -
HSV(B) 25.71º 0.58% 0.52% -
XYZ 13.96 12.42 5.4 -
YUV 98.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 133 89 56 0 0.33 0.58 0.48 25.71 0.41 0.37
Hex 85 59 38 0 21 3A 30 1A 29 25
Octal 205 131 70 0 41 72 60 32 51 45
Binary 10000101 1011001 111000 0 100001 111010 110000 11010 101001 100101

Color Harmonies of #855938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855938

Black with #855938

Text Example


Text Example

White with #855938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855938; }

 p { color: rgb(133,89,56); }

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

background-color css

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

 a { background-color: rgb(133,89,56); }

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

border-color css

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

 span { border-color: rgb(133,89,56); }

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