#855A3E

Color #855A3E Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #855A3E

Tints of Potters Clay #855A3E

Color information

#855A3E (or 0x855A3E) is unknown color: approx Potters Clay. HEX triplet: 85, 5A and 3E. RGB value is (133,90,62). Sum of RGB (Red+Green+Blue) = 133+90+62=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A3E is #7AA5C1. Grayscale: #636363. Windows color (decimal): -8037826 or 4086405. OLE color: 4086405.

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

Color convert

RGB1339062-
CMYK00.320.530.48
HSL23.66º36.41%38.24%-
HSV(B)23.66º53.38%52.16%-
XYZ14.212.656.25-
YUV99.66106.75151.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=46.67%
G=31.58%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133906200.320.530.4823.6636.4138.24
Hex855A3E0203530182426
Octal205132760406560304446
Binary100001011011010111110010000011010111000011000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #855A3E;
 }
 .AnyTagClassName
 {
   color: #855A3E;
 }
</style>
background-color css

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

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

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

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

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

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