Html Css Color HEX #83553D Potters Clay

📋 copy color: '#83553D'

red 131 ◦ green 85 ◦ blue 61

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

Shades of Potters Clay #83553D

Tints of Potters Clay #83553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 47.29%
G = 30.69%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83553D (or 0x83553D) is known color: Potters Clay. HEX triplet: 83, 55 and 3D. RGB value is (131,85,61). Sum of RGB (Red+Green+Blue) = 131+85+61=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83553D is #7CAAC2. Grayscale: #606060. Windows color (decimal): -8170179 or 4019587. OLE color: 4019587.

HSL color Cylindrical-coordinate representation of color #83553D: hue angle of 20.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83553D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 61 -
CMYK 0 0.35 0.53 0.49
HSL 20.57º 0.36% 0.38% -
HSV(B) 20.57º 0.53% 0.51% -
XYZ 13.45 11.66 5.96 -
YUV 96.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 131 85 61 0 0.35 0.53 0.49 20.57 0.36 0.38
Hex 83 55 3D 0 23 35 31 15 24 26
Octal 203 125 75 0 43 65 61 25 44 46
Binary 10000011 1010101 111101 0 100011 110101 110001 10101 100100 100110

Color Harmonies of #83553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83553D

Black with #83553D

Text Example


Text Example

White with #83553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83553D; }

 p { color: rgb(131,85,61); }

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

background-color css

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

 a { background-color: rgb(131,85,61); }

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

border-color css

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

 span { border-color: rgb(131,85,61); }

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