Html Css Color HEX #855B43 Potters Clay

📋 copy color: '#855B43'

red 133 ◦ green 91 ◦ blue 67

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

Shades of Potters Clay #855B43

Tints of Potters Clay #855B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 45.7%
G = 31.27%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855B43 (or 0x855B43) is known color: Potters Clay. HEX triplet: 85, 5B and 43. RGB value is (133,91,67). Sum of RGB (Red+Green+Blue) = 133+91+67=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B43 is #7AA4BC. Grayscale: #646464. Windows color (decimal): -8037565 or 4414341. OLE color: 4414341.

HSL color Cylindrical-coordinate representation of color #855B43: hue angle of 21.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855B43 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 67 -
CMYK 0 0.32 0.50 0.48
HSL 21.82º 0.33% 0.39% -
HSV(B) 21.82º 0.5% 0.52% -
XYZ 14.43 12.87 7.03 -
YUV 100.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 133 91 67 0 0.32 0.50 0.48 21.82 0.33 0.39
Hex 85 5B 43 0 20 32 30 16 21 27
Octal 205 133 103 0 40 62 60 26 41 47
Binary 10000101 1011011 1000011 0 100000 110010 110000 10110 100001 100111

Color Harmonies of #855B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B43

Black with #855B43

Text Example


Text Example

White with #855B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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