Html Css Color HEX #83563C Potters Clay

📋 copy color: '#83563C'

red 131 ◦ green 86 ◦ blue 60

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

Shades of Potters Clay #83563C

Tints of Potters Clay #83563C

RGB

 RED value IS 131 (51.56% from 255) = 47.29%

 GREEN value IS 86 (33.98% from 255) = 31.05%

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 47.29%
G = 31.05%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83563C (or 0x83563C) is known color: Potters Clay. HEX triplet: 83, 56 and 3C. RGB value is (131,86,60). Sum of RGB (Red+Green+Blue) = 131+86+60=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83563C is #7CA9C3. Grayscale: #606060. Windows color (decimal): -8169924 or 3954307. OLE color: 3954307.

HSL color Cylindrical-coordinate representation of color #83563C: hue angle of 21.97º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83563C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 60 -
CMYK 0 0.34 0.54 0.49
HSL 21.97º 0.37% 0.37% -
HSV(B) 21.97º 0.54% 0.51% -
XYZ 13.5 11.81 5.84 -
YUV 96.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 131 86 60 0 0.34 0.54 0.49 21.97 0.37 0.37
Hex 83 56 3C 0 22 36 31 16 25 25
Octal 203 126 74 0 42 66 61 26 45 45
Binary 10000011 1010110 111100 0 100010 110110 110001 10110 100101 100101

Color Harmonies of #83563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83563C

Black with #83563C

Text Example


Text Example

White with #83563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83563C; }

 p { color: rgb(131,86,60); }

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

background-color css

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

 a { background-color: rgb(131,86,60); }

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

border-color css

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

 span { border-color: rgb(131,86,60); }

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