Html Css Color HEX #885B40 Potters Clay

📋 copy color: '#885B40'

red 136 ◦ green 91 ◦ blue 64

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

Shades of Potters Clay #885B40

Tints of Potters Clay #885B40

RGB

 RED value IS 136 (53.52% from 255) = 46.74%

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

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 46.74%
G = 31.27%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885B40 (or 0x885B40) is known color: Potters Clay. HEX triplet: 88, 5B and 40. RGB value is (136,91,64). Sum of RGB (Red+Green+Blue) = 136+91+64=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #885B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B40 is #77A4BF. Grayscale: #656565. Windows color (decimal): -7840960 or 4217736. OLE color: 4217736.

HSL color Cylindrical-coordinate representation of color #885B40: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885B40 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 64 -
CMYK 0 0.33 0.53 0.47
HSL 22.5º 0.36% 0.39% -
HSV(B) 22.5º 0.53% 0.53% -
XYZ 14.82 13.09 6.6 -
YUV 101.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 136 91 64 0 0.33 0.53 0.47 22.5 0.36 0.39
Hex 88 5B 40 0 21 35 2F 16 24 27
Octal 210 133 100 0 41 65 57 26 44 47
Binary 10001000 1011011 1000000 0 100001 110101 101111 10110 100100 100111

Color Harmonies of #885B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B40

Black with #885B40

Text Example


Text Example

White with #885B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885B40; }

 p { color: rgb(136,91,64); }

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

background-color css

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

 a { background-color: rgb(136,91,64); }

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

border-color css

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

 span { border-color: rgb(136,91,64); }

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