Html Css Color HEX #865835 Potters Clay

📋 copy color: '#865835'

red 134 ◦ green 88 ◦ blue 53

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

Shades of Potters Clay #865835

Tints of Potters Clay #865835

RGB

 RED value IS 134 (52.73% from 255) = 48.73%

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 48.73%
G = 32%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#865835 (or 0x865835) is known color: Potters Clay. HEX triplet: 86, 58 and 35. RGB value is (134,88,53). Sum of RGB (Red+Green+Blue) = 134+88+53=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865835 is #79A7CA. Grayscale: #616161. Windows color (decimal): -7972811 or 3496070. OLE color: 3496070.

HSL color Cylindrical-coordinate representation of color #865835: hue angle of 25.93º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865835 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 53 -
CMYK 0 0.34 0.60 0.47
HSL 25.93º 0.43% 0.37% -
HSV(B) 25.93º 0.6% 0.53% -
XYZ 13.96 12.3 5.01 -
YUV 97.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 134 88 53 0 0.34 0.60 0.47 25.93 0.43 0.37
Hex 86 58 35 0 22 3C 2F 1A 2B 25
Octal 206 130 65 0 42 74 57 32 53 45
Binary 10000110 1011000 110101 0 100010 111100 101111 11010 101011 100101

Color Harmonies of #865835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865835

Black with #865835

Text Example


Text Example

White with #865835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865835; }

 p { color: rgb(134,88,53); }

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

background-color css

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

 a { background-color: rgb(134,88,53); }

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

border-color css

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

 span { border-color: rgb(134,88,53); }

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