Html Css Color HEX #865838 Potters Clay

📋 copy color: '#865838'

red 134 ◦ green 88 ◦ blue 56

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

Shades of Potters Clay #865838

Tints of Potters Clay #865838

RGB

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

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

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

R = 48.2%
G = 31.65%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#865838 (or 0x865838) is known color: Potters Clay. HEX triplet: 86, 58 and 38. RGB value is (134,88,56). Sum of RGB (Red+Green+Blue) = 134+88+56=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #865838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865838 is #79A7C7. Grayscale: #626262. Windows color (decimal): -7972808 or 3692678. OLE color: 3692678.

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

Color convert

RGB 134 88 56 -
CMYK 0 0.34 0.58 0.47
HSL 24.62º 0.41% 0.37% -
HSV(B) 24.62º 0.58% 0.53% -
XYZ 14.04 12.33 5.38 -
YUV 98.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 134 88 56 0 0.34 0.58 0.47 24.62 0.41 0.37
Hex 86 58 38 0 22 3A 2F 19 29 25
Octal 206 130 70 0 42 72 57 31 51 45
Binary 10000110 1011000 111000 0 100010 111010 101111 11001 101001 100101

Color Harmonies of #865838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865838

Black with #865838

Text Example


Text Example

White with #865838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865838; }

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

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

background-color css

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

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

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

border-color css

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

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

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